From 19f4e398619e4c502b75e651247356267e89f4cd Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 18 Apr 2020 16:53:54 +0100 Subject: [PATCH] feat(ux): separate open from other actions License: MIT Signed-off-by: Henrique Dias --- src/tray.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tray.js b/src/tray.js index 6c00e175e..1966a39e3 100644 --- a/src/tray.js +++ b/src/tray.js @@ -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) }