make sure set visible is true on tray icon
This commit is contained in:
parent
44ee50ab76
commit
cff647e68f
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ void SystemTrayIcon::showPrivate() {
|
|||
|
||||
// Display the tray icon.
|
||||
QSystemTrayIcon::show();
|
||||
setVisible(true);
|
||||
emit shown();
|
||||
|
||||
qDebugNN << LOGSEC_GUI << "Tray icon displayed.";
|
||||
|
|
Loading…
Add table
Reference in a new issue