1
0
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:
Tux3 / Mlkj / !Lev.uXFMLA 2015-01-29 17:46:31 +01:00
parent 4cc9f0f824
commit da4fbf9ffb
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -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";