Toggle contacts popover when clicking on status bar icon

This commit is contained in:
Antonio Scandurra 2022-09-14 15:43:51 +02:00
parent 9b8492a3ba
commit d10f6f60ad
9 changed files with 208 additions and 44 deletions

View file

@ -335,6 +335,7 @@ pub fn build_window_options() -> WindowOptions<'static> {
appears_transparent: true,
traffic_light_position: Some(vec2f(8., 8.)),
}),
center: false,
}
}