Set "close to tray" to false as default

This commit is contained in:
thalieht 2018-08-02 17:10:15 +03:00 committed by sledgehammer999
parent a5e68a8725
commit 4ea44bbd2b
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -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)