mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Show systray icon by default on linux too
This commit is contained in:
parent
4cc9f0f824
commit
da4fbf9ffb
@ -29,12 +29,7 @@
|
||||
#include <QList>
|
||||
#include <QStyleFactory>
|
||||
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
#define SHOW_SYSTEM_TRAY_DEFAULT (bool) false
|
||||
#else // OS is not linux
|
||||
#define SHOW_SYSTEM_TRAY_DEFAULT (bool) true
|
||||
#endif
|
||||
|
||||
const QString Settings::OLDFILENAME = "settings.ini";
|
||||
const QString Settings::FILENAME = "qtox.ini";
|
||||
|
Loading…
x
Reference in New Issue
Block a user