diff --git a/src/app/main-api-handler.ts b/src/app/main-api-handler.ts index 6e547361a..240635c94 100644 --- a/src/app/main-api-handler.ts +++ b/src/app/main-api-handler.ts @@ -420,6 +420,7 @@ ipcMain.on( ); const mainWebContents = windowHandler.getMainWebContents(); if (mainWebContents && !mainWebContents.isDestroyed()) { + windowHandler.setMainWindowOrigin(formattedPodUrl); mainWebContents.loadURL(formattedPodUrl); } }