Fixed bug in keybind UI

This commit is contained in:
=
2025-04-19 20:11:17 -07:00
parent 34620f3246
commit 6ae813f8ab
2 changed files with 2 additions and 6 deletions

View File

@@ -859,7 +859,6 @@ void MainWindow::updateShortcuts()
accID = FindAccelerator("fullscreen");
seq = QKeySequence::fromString(acc_keys[accID].seq);
//printf("shortcut: %s\n", qPrintable(ui->actionFullscreen->shortcut().toString()));
ui->actionFullscreen->setShortcut(seq);
accID = FindAccelerator("hard_reset");