Don't focus incoming call and project shared notification windows

This commit is contained in:
Antonio Scandurra 2022-11-02 14:17:16 +01:00
parent 86057ab071
commit d275474b23
5 changed files with 10 additions and 1 deletions

View file

@ -354,6 +354,7 @@ pub fn build_window_options() -> WindowOptions<'static> {
traffic_light_position: Some(vec2f(8., 8.)),
}),
center: false,
focus: true,
kind: WindowKind::Normal,
is_movable: true,
screen: None,