Skip to content

Commit 78774eb

Browse files
author
ThePBone
committed
Update dbus status when clicking tray icon
1 parent 1e809fb commit 78774eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mainwindow.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@ void MainWindow::setVisible(bool visible)
420420
log_dlg->hide();
421421
preset_dlg->hide();
422422
}
423+
if(m_dbus->isValid() &&
424+
msg_notrunning != nullptr)
425+
msg_notrunning->hide();
423426
QMainWindow::setVisible(visible);
424427
}
425428
void MainWindow::closeEvent(QCloseEvent *event)

0 commit comments

Comments
 (0)