mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-12 07:40:54 +03:00
Fix CustomButton doesn't get highlighted when clicking a radio button
This commit is contained in:
@@ -335,6 +335,7 @@ void MainWindow::updateUI()
|
||||
|
||||
connect(diskAction, &QAction::triggered, this, [=]() {
|
||||
updateWindow();
|
||||
button->setChecked(true);
|
||||
});
|
||||
|
||||
if (firstTime) {
|
||||
|
||||
Reference in New Issue
Block a user