1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 04:54:18 +00:00

Revert "Set "close to tray" to false as default"

This reverts commit dc9ec0e40875f2562cd2130d6bcbc33b1cf63d88.
This commit is contained in:
sledgehammer999 2018-08-03 14:21:55 +03:00
parent 260b03de92
commit 2befd2927a
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", false).toBool();
return value("Preferences/General/CloseToTray", true).toBool();
}
void Preferences::setCloseToTray(bool b)