Style incoming call notification

This commit is contained in:
Antonio Scandurra 2022-10-10 11:36:39 +02:00
parent 79748803a9
commit d7bac3cea6
6 changed files with 111 additions and 28 deletions

View file

@ -44,6 +44,8 @@ pub trait Platform: Send + Sync {
fn unhide_other_apps(&self);
fn quit(&self);
fn screen_size(&self) -> Vector2F;
fn open_window(
&self,
id: usize,