Don't focus incoming call and project shared notification windows
This commit is contained in:
parent
86057ab071
commit
d275474b23
5 changed files with 10 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue