removing weird transparency...just change the height based on selections

This commit is contained in:
talksik
2022-05-02 08:24:32 -05:00
parent ad20265c23
commit 2f7436cfce
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ const createWindow = (): void => {
},
icon: "./assets/1024x1024.icns",
transparent: true,
// transparent: true,
// backgroundColor: "#00000000",
@@ -50,7 +50,7 @@ const createWindow = (): void => {
roundedCorners: false,
});
browserWindow.setBackgroundColor("#00000000");
// browserWindow.setBackgroundColor("#00000000");
// browserWindow.setIgnoreMouseEvents(true);
// browserWindow.setFocusable(true);