diff options
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 |
