#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)
|
if (++trayAttempts > TRAY_RETRY_COUNT)
|
||||||
{
|
{
|
||||||
QMessageBox::critical(NULL, "Synergy",
|
QMessageBox::critical(NULL, "Synergy",
|
||||||
QObject::tr("System tray is unavailable, quitting."));
|
QObject::tr("System tray is unavailable, don't close your window."));
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
QThreadImpl::msleep(TRAY_RETRY_WAIT);
|
QThreadImpl::msleep(TRAY_RETRY_WAIT);
|
||||||
|
|
Loading…
Reference in New Issue