changing qr code viewing.

This commit is contained in:
Quacksire 2022-01-21 22:46:25 -08:00
parent ffddf55cb2
commit 96b3a78876

View file

@ -3308,9 +3308,10 @@ const app = new Vue({
return (overflowX || overflowY); } catch (e) { return false} return (overflowX || overflowY); } catch (e) { return false}
}, },
async showWebRemoteQR(){ async showWebRemoteQR(){
this.webremoteqr = await ipcRenderer.invoke('setRemoteQR','') //this.webremoteqr = await ipcRenderer.invoke('setRemoteQR','')
this.webremoteurl = await ipcRenderer.invoke('setRemoteURL','') this.webremoteurl = await ipcRenderer.invoke('showQR','')
this.modals.qrcode = true; //this.modals.qrcode = true;
} }
} }