From ff19dc7a0cd6db3c4e9420e021fd6fa8d8469b9b Mon Sep 17 00:00:00 2001 From: Mirco Bauer Date: Mon, 9 Aug 2010 19:10:11 +0200 Subject: [PATCH] NotificationAreaIconMode.Minimized is no longer supported, thus use Never as new default --- src/Engine/Config/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/";