mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-24 23:25:25 -07:00
Set "Show splash screen on start up" option default to off
This commit is contained in:
parent
964dcc4d8a
commit
c051c279d4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue