changing qr code viewing.
This commit is contained in:
parent
ffddf55cb2
commit
96b3a78876
1 changed files with 4 additions and 3 deletions
|
@ -3308,9 +3308,10 @@ const app = new Vue({
|
|||
return (overflowX || overflowY); } catch (e) { return false}
|
||||
},
|
||||
async showWebRemoteQR(){
|
||||
this.webremoteqr = await ipcRenderer.invoke('setRemoteQR','')
|
||||
this.webremoteurl = await ipcRenderer.invoke('setRemoteURL','')
|
||||
this.modals.qrcode = true;
|
||||
//this.webremoteqr = await ipcRenderer.invoke('setRemoteQR','')
|
||||
this.webremoteurl = await ipcRenderer.invoke('showQR','')
|
||||
//this.modals.qrcode = true;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue