Make DismissInventoryNotifications false by default

The amount of people that have no clue what is happening is too damn high.
This commit is contained in:
JustArchi
2017-02-09 13:16:30 +01:00
parent d7f2610313
commit ec4439afb4
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ namespace ConfigGenerator {
public string CustomGamePlayedWhileIdle { get; set; } = null;
[JsonProperty(Required = Required.DisallowNull)]
public bool DismissInventoryNotifications { get; set; } = true;
public bool DismissInventoryNotifications { get; set; } = false;
[LocalizedCategory("Core")]
[JsonProperty(Required = Required.DisallowNull)]