aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-16 10:26:49 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-16 10:26:49 +0100
commit656e2f422d1b7d690686dcb98542a42d648ea22d (patch)
treea92049f10ad191c6a79676f583b09b1bd17070e2
parent[MINOR] string correction (diff)
downloadferdium-app-656e2f422d1b7d690686dcb98542a42d648ea22d.tar.gz
ferdium-app-656e2f422d1b7d690686dcb98542a42d648ea22d.tar.zst
ferdium-app-656e2f422d1b7d690686dcb98542a42d648ea22d.zip
trying to get to the bottom of this
-rw-r--r--src/lib/Menu.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index d01666d49..703060dc1 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -22,10 +22,14 @@ const template = [
22 role: 'cut', 22 role: 'cut',
23 }, 23 },
24 { 24 {
25 role: 'copy', 25 label: 'Copy',
26 accelerator: 'Cmd+C',
27 selector: 'copy:',
26 }, 28 },
27 { 29 {
28 role: 'paste', 30 label: 'Paste',
31 accelerator: 'Cmd+V',
32 selector: 'paste:',
29 }, 33 },
30 { 34 {
31 role: 'pasteandmatchstyle', 35 role: 'pasteandmatchstyle',