make sure set visible is true on tray icon

This commit is contained in:
Martin Rotter 2021-02-25 10:04:07 +01:00
parent cff647e68f
commit 8f2fa52ee9

View File

@ -80,7 +80,6 @@ void SystemTrayIcon::showPrivate() {
// Display the tray icon.
QSystemTrayIcon::show();
setVisible(true);
emit shown();
qDebugNN << LOGSEC_GUI << "Tray icon displayed.";