From cf5490dcf6b54640ffba42d2f5960c4f13fd0191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Wed, 7 Jan 2026 16:11:55 +0100 Subject: [PATCH] Remove backgroundcolor --- src/main/node/app.js | 1 - 1 file changed, 1 deletion(-) 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 },