mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Set "Show splash screen on start up" option default to off
This commit is contained in:
committed by
sledgehammer999
parent
964dcc4d8a
commit
c051c279d4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user