Use a transparent layer for status bar

This allows the compositor to blend the GPUI view with the background.
This commit is contained in:
Antonio Scandurra 2022-09-13 14:05:50 +02:00
parent a9c2881831
commit 11d47f5c72
3 changed files with 8 additions and 6 deletions

View file

@ -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