diff --git a/electron/main.ts b/electron/main.ts index 622078d..656f1ac 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -12,6 +12,9 @@ function createWindow() { webPreferences: { preload: path.join(__dirname, "preload.js"), }, + vibrancy: "under-window", + titleBarStyle: "hidden", + frame: false, }); if (process.env.VITE_DEV_SERVER_URL) { diff --git a/src/App.tsx b/src/App.tsx index 7476b29..288c3ba 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -82,7 +82,12 @@ function App() { return (