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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user