Remove backgroundcolor

This commit is contained in:
2026-01-07 16:11:55 +01:00
parent 233a745bd5
commit cf5490dcf6

View File

@@ -79,7 +79,6 @@ function createWindow(version) {
height: initialWindowHeightPx, height: initialWindowHeightPx,
transparent: true, transparent: true,
frame: true, frame: true,
backgroundColor: "#00000000",
alwaysOnTop: false, alwaysOnTop: false,
icon: path.join(__dirname, "../resources/assets/icon/appicon.ico"), icon: path.join(__dirname, "../resources/assets/icon/appicon.ico"),
webPreferences: { backgroundThrottling: false }, webPreferences: { backgroundThrottling: false },