mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
HOTFIX: Correct command line parameters defaults.
This commit is contained in:
committed by
sledgehammer999
parent
96585ca73e
commit
afdc1ee93e
@@ -279,7 +279,7 @@ void Preferences::setStartMinimized(bool b) {
|
||||
setValue("Preferences/General/StartMinimized", b);
|
||||
}
|
||||
|
||||
bool Preferences::isSlashScreenDisabled() const {
|
||||
bool Preferences::isSplashScreenDisabled() const {
|
||||
return value("Preferences/General/NoSplashScreen", false).toBool();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user