Fix Web Remote hotkey
This commit is contained in:
parent
2a691e3800
commit
21fe786d4e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export default class Thumbar {
|
||||||
label: 'Web Remote',
|
label: 'Web Remote',
|
||||||
accelerator: 'CommandOrControl+Shift+W',
|
accelerator: 'CommandOrControl+Shift+W',
|
||||||
sublabel: 'Opens in external window',
|
sublabel: 'Opens in external window',
|
||||||
click: () => this._win.webContents.executeJavaScript(`ipcRenderer.invoke('showQR')`)
|
click: () => this._win.webContents.executeJavaScript(`app.appRoute('remote-pair')`)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Audio Settings',
|
label: 'Audio Settings',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue