mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Set "close to tray" to false as default
This commit is contained in:
parent
e59841d35c
commit
dc9ec0e408
@ -185,7 +185,7 @@ void Preferences::setMinimizeToTray(bool b)
|
|||||||
|
|
||||||
bool Preferences::closeToTray() const
|
bool Preferences::closeToTray() const
|
||||||
{
|
{
|
||||||
return value("Preferences/General/CloseToTray", true).toBool();
|
return value("Preferences/General/CloseToTray", false).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preferences::setCloseToTray(bool b)
|
void Preferences::setCloseToTray(bool b)
|
||||||
|
Loading…
Reference in New Issue
Block a user