Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit b1273e7

Browse files
author
Jonathan Dahan
committed
remove accelerator from menu description
1 parent d488736 commit b1273e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main-window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ module.exports = function (config) {
222222
[i18n('Tags'), `/tags/all/${encodeURIComponent(id)}`],
223223
[i18n('Extended Network'), '/all'],
224224
{ separator: true },
225-
[i18n('Settings') + ' Ctrl+,', '/settings']
225+
[i18n('Settings'), '/settings']
226226
])
227227
]),
228228
h('span.appTitle', [

0 commit comments

Comments
 (0)