Fix windows menu
This commit is contained in:
parent
3fa617f0d2
commit
d5ca5b5f2f
@ -35,7 +35,7 @@ const template: MenuItemConstructorOptions[] = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
: undefined,
|
: {type: "separator"},
|
||||||
{ type: "separator" },
|
{ type: "separator" },
|
||||||
{
|
{
|
||||||
label: "Quit",
|
label: "Quit",
|
||||||
|
Loading…
Reference in New Issue
Block a user