Browse Source

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

This reverts commit dc9ec0e408.
adaptive-webui-19844
sledgehammer999 6 years ago
parent
commit
2befd2927a
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 2
      src/base/preferences.cpp

2
src/base/preferences.cpp

@ -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)

Loading…
Cancel
Save