Skip to content

Commit aa33ac7

Browse files
committed
fix(Windows): Fix window menu to get overwritten by Todos menu
1 parent 548ab6b commit aa33ac7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/Menu.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,11 @@ const _titleBarTemplateFactory = intl => [
547547
submenu: [],
548548
visible: workspaceStore.isFeatureEnabled,
549549
},
550+
{
551+
label: intl.formatMessage(menuItems.todos),
552+
submenu: [],
553+
visible: todosStore.isFeatureEnabled,
554+
},
550555
{
551556
label: intl.formatMessage(menuItems.window),
552557
submenu: [

0 commit comments

Comments
 (0)