Skip to content

Commit

Permalink
feat(ux): separate open from other actions (#1424)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
  • Loading branch information
hacdias authored Apr 18, 2020
1 parent 6d6b636 commit c4c90f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function buildMenu (ctx) {
label: i18n.t('openConfigFile'),
click: () => { shell.openItem(store.path) }
},
{ type: 'separator' },
{
label: i18n.t('moveRepositoryLocation'),
click: () => { moveRepositoryLocation(ctx) }
Expand Down

0 comments on commit c4c90f3

Please sign in to comment.