mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Merge pull request #4744 from Chocobo1/splash_scrn
Fix potential race condition in showSplashScreen()
This commit is contained in:
commit
f37aed868e
2 changed files with 2 additions and 2 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