HOTFIX: Correct command line parameters defaults.

This commit is contained in:
Vladimir Golovnev (Glassez)
2014-12-21 17:26:31 +03:00
committed by sledgehammer999
parent 96585ca73e
commit afdc1ee93e
4 changed files with 91 additions and 28 deletions

View File

@@ -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();
}