We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aa8de commit a8909e4Copy full SHA for a8909e4
1 file changed
src/main/menu/main.ts
@@ -130,8 +130,11 @@ const appMenuMac: MenuItemConstructorOptions[] = [
130
]
131
132
const appMenu: MenuItemConstructorOptions[] = [
133
- { ...appMenuCommon.preferences },
134
{ ...appMenuCommon.update },
+ { type: 'separator' },
135
+ { ...appMenuCommon.preferences },
136
+ { ...appMenuCommon.devtools },
137
138
{ ...appMenuCommon.quit }
139
140
0 commit comments