1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

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
parent 48d2beece5
commit a667f900c5

View File

@ -335,7 +335,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)