diff options
Diffstat (limited to 'plugins/NewXstatusNotify/src')
-rw-r--r-- | plugins/NewXstatusNotify/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp index 808092d498..8c02d2eeb8 100644 --- a/plugins/NewXstatusNotify/src/options.cpp +++ b/plugins/NewXstatusNotify/src/options.cpp @@ -73,7 +73,7 @@ void LoadOptions() // IDD_OPT_GENERAL
opt.FromOffline = DBGetContactSettingByte(0, MODULE, "FromOffline", 1);
opt.AutoDisable = DBGetContactSettingByte(0, MODULE, "AutoDisable", 1);
- opt.HiddenContactsToo = DBGetContactSettingByte(0, MODULE, "HiddenContactsToo", 1);
+ opt.HiddenContactsToo = DBGetContactSettingByte(0, MODULE, "HiddenContactsToo", 0);
opt.UseIndSnd = DBGetContactSettingByte(0, MODULE, "UseIndSounds", 1);
opt.BlinkIcon = DBGetContactSettingByte(0, MODULE, "BlinkIcon", 0);
opt.BlinkIcon_Status = DBGetContactSettingByte(0, MODULE, "BlinkIcon_Status", 0);
|