Skip to content

Commit

Permalink
NotificationAreaIconMode.Minimized is no longer supported, thus use N…
Browse files Browse the repository at this point in the history
…ever as new default
  • Loading branch information
meebey committed Aug 9, 2010
1 parent 0728c75 commit ff19dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Config/Config.cs
Expand Up @@ -272,7 +272,7 @@ public void Load()
Get(prefix+"CommandHistorySize", 30);

prefix = "Engine/Users/DEFAULT/Interface/Notification/";
Get(prefix+"NotificationAreaIconMode", "Minimized");
Get(prefix+"NotificationAreaIconMode", "Never");
Get(prefix+"MessagingMenuEnabled", true);

prefix = "Engine/Users/DEFAULT/Sound/";
Expand Down

0 comments on commit ff19dc7

Please sign in to comment.