commit
638e9f9477
8 changed files with 228 additions and 13 deletions
|
@ -65,6 +65,7 @@ pub trait Platform: Send + Sync {
|
|||
fn delete_credentials(&self, url: &str) -> Result<()>;
|
||||
|
||||
fn set_cursor_style(&self, style: CursorStyle);
|
||||
fn should_auto_hide_scrollbars(&self) -> bool;
|
||||
|
||||
fn local_timezone(&self) -> UtcOffset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue