default value for notify message box

This commit is contained in:
LoudSnorer 2024-09-20 10:14:17 -04:00
parent af82004f56
commit 30c9f95537

View File

@ -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);