mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 03:39:39 +03:00
Merge pull request #9273 from thalieht/closetotray
Set "close to tray" to false as default
This commit is contained in:
commit
d106d908ef
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", true).toBool();
|
||||
return value("Preferences/General/CloseToTray", false).toBool();
|
||||
}
|
||||
|
||||
void Preferences::setCloseToTray(bool b)
|
||||
|
|
Loading…
Reference in a new issue