macOS handoff and cider go beep
This commit is contained in:
parent
e453bfb94e
commit
74ffd4811c
3 changed files with 18 additions and 0 deletions
|
@ -549,6 +549,9 @@ export class BrowserWindow {
|
|||
let url = `http://${BrowserWindow.getIP()}:${this.remotePort}`;
|
||||
BrowserWindow.win.webContents.send('send-remote-pair-url', url);
|
||||
})
|
||||
app.setUserActivity('com.CiderCollective.remote.pair', {
|
||||
ip: `${BrowserWindow.getIP()}`
|
||||
}, `http://${BrowserWindow.getIP()}:${this.remotePort}`);
|
||||
|
||||
// Get previews for normalization
|
||||
ipcMain.on("getPreviewURL", (_event, url) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue