Display call notifications on all screens

This commit is contained in:
Antonio Scandurra 2022-10-26 12:05:56 +02:00
parent 5a8061ac7b
commit 5984be3d84
3 changed files with 58 additions and 44 deletions

View file

@ -344,6 +344,7 @@ pub fn build_window_options() -> WindowOptions<'static> {
center: false,
kind: WindowKind::Normal,
is_movable: true,
screen: None,
}
}