diff --git a/src/Engine/Config/Config.cs b/src/Engine/Config/Config.cs index a5de25d..d7809ff 100644 --- a/src/Engine/Config/Config.cs +++ b/src/Engine/Config/Config.cs @@ -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/";