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

@ -40,6 +40,7 @@ pub fn init(cx: &mut MutableAppContext) {
)),
titlebar: None,
center: false,
focus: false,
kind: WindowKind::PopUp,
is_movable: false,
screen: Some(screen),