mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +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;
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly bool DismissInventoryNotifications = true;
|
||||
internal readonly bool DismissInventoryNotifications = false;
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly bool Enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user