mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Set "Show splash screen on start up" option default to off
This commit is contained in:
parent
48d2beece5
commit
a667f900c5
1 changed files with 2 additions and 2 deletions
|
@ -335,7 +335,7 @@ void Preferences::setStartMinimized(bool b)
|
||||||
|
|
||||||
bool Preferences::isSplashScreenDisabled() const
|
bool Preferences::isSplashScreenDisabled() const
|
||||||
{
|
{
|
||||||
return value("Preferences/General/NoSplashScreen", false).toBool();
|
return value("Preferences/General/NoSplashScreen", true).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preferences::setSplashScreenDisabled(bool b)
|
void Preferences::setSplashScreenDisabled(bool b)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue