Set "Show splash screen on start up" option default to off

This commit is contained in:
Chocobo1 2016-02-07 10:48:51 +08:00 committed by sledgehammer999
commit c051c279d4

View file

@ -355,7 +355,7 @@ void Preferences::setStartMinimized(bool b)
bool Preferences::isSplashScreenDisabled() const
{
return value("Preferences/General/NoSplashScreen", false).toBool();
return value("Preferences/General/NoSplashScreen", true).toBool();
}
void Preferences::setSplashScreenDisabled(bool b)