diff --git a/electron/main.cts b/electron/main.cts index e853441..21420e9 100644 --- a/electron/main.cts +++ b/electron/main.cts @@ -167,6 +167,7 @@ function createWindow() { webPreferences: { nodeIntegration: false, contextIsolation: true, + webviewTag: true, preload: path.join(__dirname, 'preload.cjs') } });