Merge pull request #921 from Amaru8/patch-11

Fix Web Remote hotkey
This commit is contained in:
yazninja 2022-04-24 10:24:28 +08:00 committed by GitHub
commit 1088a52bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',