commit
638e9f9477
8 changed files with 228 additions and 13 deletions
|
@ -181,6 +181,10 @@ impl super::Platform for Platform {
|
|||
*self.cursor.lock() = style;
|
||||
}
|
||||
|
||||
fn should_auto_hide_scrollbars(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn local_timezone(&self) -> UtcOffset {
|
||||
UtcOffset::UTC
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue