Do Not Warn About Missing System Tray

The system tray will be a nice to have.  Everything should continue to
operate in a satisfactory manner without it.  Log the warning but do
not interup the user with the message.
This commit is contained in:
Thomas A. F. Thorne 2019-01-22 15:52:44 +00:00
parent 0a56cdbca0
commit 79c08baf43
No known key found for this signature in database
GPG Key ID: F5CB28A9146B3180
1 changed files with 1 additions and 2 deletions

View File

@ -138,8 +138,7 @@ int waitForTray()
if (++trayAttempts > TRAY_RETRY_COUNT)
{
QMessageBox::critical(NULL, "Barrier",
QObject::tr("System tray is unavailable, don't close your window."));
fprintf(stdout, "System tray is unavailable.\n");
return false;
}