mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
fix: Updated shortcut hint on the menubar to reflect the new shortcut. fixes #174
This commit is contained in:
parent
115d8c6c5c
commit
c96bdb0d28
@ -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/),
|
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).
|
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
|
## 4.3.1
|
||||||
|
|
||||||
- fix: App always requests a default-url-handler-scheme change on start
|
- fix: App always requests a default-url-handler-scheme change on start
|
||||||
|
@ -8,7 +8,7 @@ const settingsMenuEntry = {
|
|||||||
click() {
|
click() {
|
||||||
showSettingsWindow();
|
showSettingsWindow();
|
||||||
},
|
},
|
||||||
accelerator: "Control+/",
|
accelerator: "Control+=",
|
||||||
};
|
};
|
||||||
|
|
||||||
const quitMenuEntry = {
|
const quitMenuEntry = {
|
||||||
|
Loading…
Reference in New Issue
Block a user