Style incoming call notification
This commit is contained in:
parent
79748803a9
commit
d7bac3cea6
6 changed files with 111 additions and 28 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue