#4193 System tray is unavailable on KDE5

This commit is contained in:
伊冲 2014-11-07 10:59:45 +08:00 committed by Andrew Nelless
parent a5140aa1b9
commit 3bb833b798
1 changed files with 2 additions and 2 deletions

View File

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