summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
diff options
context:
space:
mode:
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