mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-20 00:08:38 +00:00
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:
@@ -53,7 +53,7 @@ namespace ArchiSteamFarm {
|
|||||||
internal readonly string CustomGamePlayedWhileIdle = null;
|
internal readonly string CustomGamePlayedWhileIdle = null;
|
||||||
|
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
internal readonly bool DismissInventoryNotifications = true;
|
internal readonly bool DismissInventoryNotifications = false;
|
||||||
|
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
internal readonly bool Enabled = false;
|
internal readonly bool Enabled = false;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"CardDropsRestricted": true,
|
"CardDropsRestricted": true,
|
||||||
"CustomGamePlayedWhileFarming": null,
|
"CustomGamePlayedWhileFarming": null,
|
||||||
"CustomGamePlayedWhileIdle": null,
|
"CustomGamePlayedWhileIdle": null,
|
||||||
"DismissInventoryNotifications": true,
|
"DismissInventoryNotifications": false,
|
||||||
"Enabled": false,
|
"Enabled": false,
|
||||||
"FarmingOrder": 0,
|
"FarmingOrder": 0,
|
||||||
"FarmOffline": false,
|
"FarmOffline": false,
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ namespace ConfigGenerator {
|
|||||||
public string CustomGamePlayedWhileIdle { get; set; } = null;
|
public string CustomGamePlayedWhileIdle { get; set; } = null;
|
||||||
|
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
public bool DismissInventoryNotifications { get; set; } = true;
|
public bool DismissInventoryNotifications { get; set; } = false;
|
||||||
|
|
||||||
[LocalizedCategory("Core")]
|
[LocalizedCategory("Core")]
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
|
|||||||
Reference in New Issue
Block a user