mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Remove backgroundcolor
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user