diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index 19db105b..e9722e9d 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -549,10 +549,11 @@ export class BrowserWindow { let url = `http://${BrowserWindow.getIP()}:${this.remotePort}`; BrowserWindow.win.webContents.send('send-remote-pair-url', url); }) + if (process.platform === "darwin") { app.setUserActivity('com.CiderCollective.remote.pair', { ip: `${BrowserWindow.getIP()}` }, `http://${BrowserWindow.getIP()}:${this.remotePort}`); - + } // Get previews for normalization ipcMain.on("getPreviewURL", (_event, url) => {