Skip to content

Commit

Permalink
fix(Windows): Add Workspaces menu & fix Window menu
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Jun 4, 2019
1 parent fd6a1e9 commit 92a61d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,11 @@ const _titleBarTemplateFactory = intl => [
label: intl.formatMessage(menuItems.services),
submenu: [],
},
{
label: intl.formatMessage(menuItems.workspaces),
submenu: [],
visible: workspaceStore.isFeatureEnabled,
},
{
label: intl.formatMessage(menuItems.window),
submenu: [
Expand Down

0 comments on commit 92a61d4

Please sign in to comment.