2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

use QSystemTrayIcon on not-Unity, Semibold Open Sans fixed by Qt patch

This commit is contained in:
John Preston
2015-02-16 17:51:50 +03:00
parent 394170bd4c
commit 871231c5cf
7 changed files with 78 additions and 75 deletions

View File

@@ -43,11 +43,7 @@ bool gSendToMenu = false;
bool gAutoUpdate = true;
TWindowPos gWindowPos;
bool gFromAutoStart = false;
#if defined Q_OS_WIN || defined Q_OS_MAC
bool gSupportTray = true;
#else
bool gSupportTray = false;
#endif
DBIWorkMode gWorkMode = dbiwmWindowAndTray;
DBIConnectionType gConnectionType = dbictAuto;
ConnectionProxy gConnectionProxy;