diff --git a/src/main/node/app.js b/src/main/node/app.js index 3194824..1e77d8d 100644 --- a/src/main/node/app.js +++ b/src/main/node/app.js @@ -79,7 +79,6 @@ function createWindow(version) { height: initialWindowHeightPx, transparent: true, frame: true, - backgroundColor: "#00000000", alwaysOnTop: false, icon: path.join(__dirname, "../resources/assets/icon/appicon.ico"), webPreferences: { backgroundThrottling: false },