Skip to content

Commit

Permalink
fix!: "Ket" code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Oct 3, 2024
1 parent e2bbc2e commit f95c1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmc/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _menu_button(self):
tr("E&xit"),
self,
triggered=QtWidgets.qApp.quit,
shortcut=Qt.Modifier.CTRL + Qt.Ket.Key_Q,
shortcut=Qt.Modifier.CTRL + Qt.Key.Key_Q,
menuRole=QtWidgets.QAction.QuitRole,
)
)
Expand Down

0 comments on commit f95c1a5

Please sign in to comment.