mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-02 10:27:19 +01:00
fix(MacOS): empty options on macos menubar
This commit is contained in:
parent
89da957a49
commit
a142d3c4d7
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -7,7 +7,8 @@
|
||||
"SQLite",
|
||||
"Windows",
|
||||
"translation",
|
||||
"Linux"
|
||||
"Linux",
|
||||
"MacOS"
|
||||
],
|
||||
"svg.preview.background": "transparent"
|
||||
}
|
@ -76,6 +76,7 @@ export class ShortcutRegister {
|
||||
try {
|
||||
this._menu.append(new MenuItem({
|
||||
label: 'Shortcuts',
|
||||
visible: false,
|
||||
submenu: [{
|
||||
label: String(key),
|
||||
accelerator: key,
|
||||
|
Loading…
x
Reference in New Issue
Block a user