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

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

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 4.4.0
- Updated shortcut hint on the menubar to reflect the new `ctrl+=` shortcut.
## 4.3.1
- fix: App always requests a default-url-handler-scheme change on start

View File

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