This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#4193 System tray is unavailable on KDE5

  • Loading branch information...
cnsworder authored and nlyan committed Nov 7, 2014
1 parent a5140aa commit 3bb833b7983caaab2420204bb966fdf0d8490a69
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/gui/src/main.cpp
View
@@ -119,8 +119,8 @@ int waitForTray()
if (++trayAttempts > TRAY_RETRY_COUNT)
{
QMessageBox::critical(NULL, "Synergy",
- QObject::tr("System tray is unavailable, quitting."));
- return false;
+ QObject::tr("System tray is unavailable, don't close your window."));
+ return true;
}
QThreadImpl::msleep(TRAY_RETRY_WAIT);

0 comments on commit 3bb833b

Please sign in to comment.