fix: Updated shortcut hint on the menubar to reflect the new shortcut. fixes #174

This commit is contained in:
2023-01-20 21:57:41 +01:00
parent 115d8c6c5c
commit c96bdb0d28
2 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ const settingsMenuEntry = {
click() {
showSettingsWindow();
},
accelerator: "Control+/",
accelerator: "Control+=",
};
const quitMenuEntry = {