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