diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a2fbdd6..49d79cc 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -335,6 +335,7 @@ void MainWindow::updateUI() connect(diskAction, &QAction::triggered, this, [=]() { updateWindow(); + button->setChecked(true); }); if (firstTime) {