mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-13 02:00:36 +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",
|
"SQLite",
|
||||||
"Windows",
|
"Windows",
|
||||||
"translation",
|
"translation",
|
||||||
"Linux"
|
"Linux",
|
||||||
|
"MacOS"
|
||||||
],
|
],
|
||||||
"svg.preview.background": "transparent"
|
"svg.preview.background": "transparent"
|
||||||
}
|
}
|
@ -76,6 +76,7 @@ export class ShortcutRegister {
|
|||||||
try {
|
try {
|
||||||
this._menu.append(new MenuItem({
|
this._menu.append(new MenuItem({
|
||||||
label: 'Shortcuts',
|
label: 'Shortcuts',
|
||||||
|
visible: false,
|
||||||
submenu: [{
|
submenu: [{
|
||||||
label: String(key),
|
label: String(key),
|
||||||
accelerator: key,
|
accelerator: key,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user