#4193 System tray is unavailable on KDE5
This commit is contained in:
parent
a5140aa1b9
commit
3bb833b798
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue