Auto-set focus on keybind dialog

This commit is contained in:
=
2025-04-19 20:04:00 -07:00
parent f199fa5ce4
commit 34620f3246
5 changed files with 7 additions and 4 deletions

View File

@@ -1079,7 +1079,6 @@ MainWindow::on_actionSettings_triggered()
case QDialog::Accepted:
settings.save();
config_changed = 2;
printf("about to try\n");
updateShortcuts();
pc_reset_hard();
break;