From baaebdd2ad06aeb59a351f0e2d05a05f21f00b57 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 13 Feb 2018 23:11:32 -0500 Subject: [PATCH] separator for select all --- src/main/menu.main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index b0ef4d7a..443043b4 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -115,10 +115,11 @@ export class MenuMain { { role: 'undo' }, { role: 'redo' }, { type: 'separator' }, - { role: 'selectall' }, { role: 'cut' }, { role: 'copy' }, { role: 'paste' }, + { type: 'separator' }, + { role: 'selectall' }, ], }, {