Enable/disable scrollbar auto-hide based on OS setting
This commit is contained in:
parent
b229bc69b9
commit
e2700ff8c6
4 changed files with 35 additions and 9 deletions
|
@ -177,6 +177,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