Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
This commit is contained in:
commit
660a12423e
1 changed files with 4 additions and 0 deletions
|
@ -761,6 +761,10 @@ export class BrowserWindow {
|
||||||
`)
|
`)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ipcMain.on('writeAudio', (event, buffer) => {
|
||||||
|
this.audioStream.write(Buffer.from(buffer));
|
||||||
|
})
|
||||||
|
|
||||||
//QR Code
|
//QR Code
|
||||||
ipcMain.handle('showQR', async (_event, _) => {
|
ipcMain.handle('showQR', async (_event, _) => {
|
||||||
let url = `http://${BrowserWindow.getIP()}:${this.remotePort}`;
|
let url = `http://${BrowserWindow.getIP()}:${this.remotePort}`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue