mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
default value for notify message box
This commit is contained in:
parent
af82004f56
commit
30c9f95537
@ -52,7 +52,7 @@ AppWideSetting::AppWideSetting(Preferences *pref) : PrefSettings(pref)
|
|||||||
initPref(STR_US_AutoLaunchImport, false);
|
initPref(STR_US_AutoLaunchImport, false);
|
||||||
m_cacheSessions = initPref(STR_IS_CacheSessions, false).toBool();
|
m_cacheSessions = initPref(STR_IS_CacheSessions, false).toBool();
|
||||||
initPref(STR_US_RemoveCardReminder, true);
|
initPref(STR_US_RemoveCardReminder, true);
|
||||||
initPref(STR_US_NotifyMessagBoxOption, true);
|
initPref(STR_US_NotifyMessagBoxOption, false);
|
||||||
initPref(STR_US_DontAskWhenSavingScreenshots, false);
|
initPref(STR_US_DontAskWhenSavingScreenshots, false);
|
||||||
m_profileName = initPref(STR_GEN_Profile, "").toString();
|
m_profileName = initPref(STR_GEN_Profile, "").toString();
|
||||||
initPref(STR_GEN_AutoOpenLastUsed, true);
|
initPref(STR_GEN_AutoOpenLastUsed, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user