diff --git a/src/base/preferences.cpp b/src/base/preferences.cpp index b02b1e5b5..d0a37c21a 100644 --- a/src/base/preferences.cpp +++ b/src/base/preferences.cpp @@ -185,7 +185,7 @@ void Preferences::setMinimizeToTray(bool b) bool Preferences::closeToTray() const { - return value("Preferences/General/CloseToTray", true).toBool(); + return value("Preferences/General/CloseToTray", false).toBool(); } void Preferences::setCloseToTray(bool b)