Fix CustomButton doesn't get highlighted when clicking a radio button

This commit is contained in:
Spiros
2025-04-23 14:44:39 +03:00
parent 086376086c
commit 49c43a002c

View File

@@ -335,6 +335,7 @@ void MainWindow::updateUI()
connect(diskAction, &QAction::triggered, this, [=]() {
updateWindow();
button->setChecked(true);
});
if (firstTime) {