mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: make title bar overlay fully transparent
This commit is contained in:
parent
e086369b13
commit
0b4c3a6cd2
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue