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

0.6 version prepared for linux build

This commit is contained in:
John Preston
2014-09-30 07:45:47 -07:00
parent cb076e3587
commit c216a888be
2 changed files with 3 additions and 1 deletions

View File

@@ -787,7 +787,7 @@ void Window::setupTrayIcon() {
}
void Window::updateTrayMenu(bool force) {
if (!trayIconMenu || (cPlatform() == dbipWindows && !force)) return;
if (!trayIconMenu || (cPlatform() == dbipWindows && !force) || cPlatform() == dbipLinux32 || cPlatform() == dbipLinux64) return;
bool active = psIsActive();
QAction *first = trayIconMenu->actions().at(0);