removing weird transparency...just change the height based on selections
This commit is contained in:
@@ -42,7 +42,7 @@ const createWindow = (): void => {
|
|||||||
},
|
},
|
||||||
icon: "./assets/1024x1024.icns",
|
icon: "./assets/1024x1024.icns",
|
||||||
|
|
||||||
transparent: true,
|
// transparent: true,
|
||||||
|
|
||||||
// backgroundColor: "#00000000",
|
// backgroundColor: "#00000000",
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ const createWindow = (): void => {
|
|||||||
roundedCorners: false,
|
roundedCorners: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
browserWindow.setBackgroundColor("#00000000");
|
// browserWindow.setBackgroundColor("#00000000");
|
||||||
|
|
||||||
// browserWindow.setIgnoreMouseEvents(true);
|
// browserWindow.setIgnoreMouseEvents(true);
|
||||||
// browserWindow.setFocusable(true);
|
// browserWindow.setFocusable(true);
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export default function Overlay() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col bg-transparent max-w-sm">
|
<div className="flex flex-col max-w-sm">
|
||||||
{[...Array(maxNumActiveStreams)].map((_n) => (
|
{[...Array(maxNumActiveStreams)].map((_n) => (
|
||||||
<img
|
<img
|
||||||
className="w-fit"
|
className="w-fit"
|
||||||
|
|||||||
Reference in New Issue
Block a user