mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Revert "Set "close to tray" to false as default"
This reverts commit dc9ec0e408.
This commit is contained in:
@@ -185,7 +185,7 @@ void Preferences::setMinimizeToTray(bool b)
|
|||||||
|
|
||||||
bool Preferences::closeToTray() const
|
bool Preferences::closeToTray() const
|
||||||
{
|
{
|
||||||
return value("Preferences/General/CloseToTray", false).toBool();
|
return value("Preferences/General/CloseToTray", true).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preferences::setCloseToTray(bool b)
|
void Preferences::setCloseToTray(bool b)
|
||||||
|
|||||||
Reference in New Issue
Block a user