fix: make title bar overlay fully transparent

This commit is contained in:
Hachi-R 2025-02-17 18:59:57 -03:00
parent e086369b13
commit 0b4c3a6cd2

View file

@ -57,7 +57,7 @@ export class WindowManager {
trafficLightPosition: { x: 16, y: 16 }, trafficLightPosition: { x: 16, y: 16 },
titleBarOverlay: { titleBarOverlay: {
symbolColor: "#DADBE1", symbolColor: "#DADBE1",
color: "#151515", color: "#00000000",
height: 34, height: 34,
}, },
webPreferences: { webPreferences: {