diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 16:35:39 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-09-03 11:44:35 +0200 |
| commit | 0b1f509ef1cabac642bb77dc2b636eece1554ca0 (patch) | |
| tree | 1bcf82745e4a1f86677506331eb0151a80b3ec58 /gui | |
| parent | 299c3aa64955b6acb643f80ddd49dedde5c855fa (diff) | |
| download | mullvadvpn-0b1f509ef1cabac642bb77dc2b636eece1554ca0.tar.xz mullvadvpn-0b1f509ef1cabac642bb77dc2b636eece1554ca0.zip | |
Update menu roles
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/main/index.ts | 4 |
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 |
