mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Revert "Set "close to tray" to false as default"
This reverts commit dc9ec0e408
.
This commit is contained in:
parent
260b03de92
commit
2befd2927a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue