Fix windows menu

This commit is contained in:
Zef Hemel
2023-01-25 02:55:13 -08:00
parent 3fa617f0d2
commit d5ca5b5f2f
+1 -1
View File
@@ -35,7 +35,7 @@ const template: MenuItemConstructorOptions[] = [
}, },
], ],
} }
: undefined, : {type: "separator"},
{ type: "separator" }, { type: "separator" },
{ {
label: "Quit", label: "Quit",