Skip to content

Commit

Permalink
fix(MacOS): empty options on macos menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Aug 27, 2022
1 parent 89da957 commit a142d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"SQLite",
"Windows",
"translation",
"Linux"
"Linux",
"MacOS"
],
"svg.preview.background": "transparent"
}
1 change: 1 addition & 0 deletions src/main/libs/ShortcutRegister.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class ShortcutRegister {
try {
this._menu.append(new MenuItem({
label: 'Shortcuts',
visible: false,
submenu: [{
label: String(key),
accelerator: key,
Expand Down

0 comments on commit a142d3c

Please sign in to comment.