Use a transparent layer for status bar
This allows the compositor to blend the GPUI view with the background.
This commit is contained in:
parent
a9c2881831
commit
11d47f5c72
3 changed files with 8 additions and 6 deletions
|
@ -382,7 +382,7 @@ impl Window {
|
|||
synthetic_drag_counter: 0,
|
||||
executor,
|
||||
scene_to_render: Default::default(),
|
||||
renderer: Renderer::new(fonts),
|
||||
renderer: Renderer::new(true, fonts),
|
||||
last_fresh_keydown: None,
|
||||
traffic_light_position: options
|
||||
.titlebar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue