mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 21:03:54 +08:00
#4193 System tray is unavailable on KDE5
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user