bugfix
This commit is contained in:
parent
518b870f0f
commit
d317df2f20
2 changed files with 2 additions and 2 deletions
|
@ -297,7 +297,7 @@
|
|||
"menubar.options.controls": "Controls",
|
||||
"menubar.options.next": "Next",
|
||||
"menubar.options.playpause": "Play/Pause",
|
||||
"menubar.options.previous ": "Previous",
|
||||
"menubar.options.previous": "Previous",
|
||||
"menubar.options.volumeup": "Volume Up",
|
||||
"menubar.options.volumedown": "Volume Down",
|
||||
"menubar.options.browse": "Browse",
|
||||
|
|
|
@ -218,7 +218,7 @@ export default class Thumbar {
|
|||
},
|
||||
{type: 'separator'},
|
||||
{
|
||||
label: utils.getLocale('Toggle Developer Tools', 'menubar.options.devtools'),
|
||||
label: utils.getLocale('Toggle Developer Tools', 'menubar.options.toggledevtools'),
|
||||
accelerator: utils.getStoreValue("general.keybindings.openDeveloperTools").join('+'),
|
||||
click: () => utils.getWindow().webContents.openDevTools()
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue