summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-08-16 16:35:39 +0300
committerAndrej Mihajlov <and@mullvad.net>2019-09-03 11:44:35 +0200
commit0b1f509ef1cabac642bb77dc2b636eece1554ca0 (patch)
tree1bcf82745e4a1f86677506331eb0151a80b3ec58 /gui/src/main
parent299c3aa64955b6acb643f80ddd49dedde5c855fa (diff)
downloadmullvadvpn-0b1f509ef1cabac642bb77dc2b636eece1554ca0.tar.xz
mullvadvpn-0b1f509ef1cabac642bb77dc2b636eece1554ca0.zip
Update menu roles
Diffstat (limited to 'gui/src/main')
-rw-r--r--gui/src/main/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index 27bfc61640..add5b97058 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -1248,7 +1248,7 @@ class ApplicationMain {
{ role: 'copy' },
{ role: 'paste' },
{ type: 'separator' },
- { role: 'selectall' },
+ { role: 'selectAll' },
],
},
];
@@ -1261,7 +1261,7 @@ class ApplicationMain {
{ role: 'copy' },
{ role: 'paste' },
{ type: 'separator' },
- { role: 'selectall' },
+ { role: 'selectAll' },
];
// add inspect element on right click menu