We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e809fb commit 78774ebCopy full SHA for 78774eb
mainwindow.cpp
@@ -420,6 +420,9 @@ void MainWindow::setVisible(bool visible)
420
log_dlg->hide();
421
preset_dlg->hide();
422
}
423
+ if(m_dbus->isValid() &&
424
+ msg_notrunning != nullptr)
425
+ msg_notrunning->hide();
426
QMainWindow::setVisible(visible);
427
428
void MainWindow::closeEvent(QCloseEvent *event)
0 commit comments