Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/appMenus.ts
Original file line number Diff line number Diff line change
@@ -236,7 +236,7 @@ export class AppMenu {
});

// add about menuItem
(template[4].submenu as MenuItemConstructorOptions[]).unshift({
(template[4].submenu as MenuItemConstructorOptions[]).push({
label: menuStrings['ABOUT'],
click: this.showAboutDialog
});

0 comments on commit 8beccbd

Please sign in to comment.