config: Update zoom config defaults
This commit is contained in:
parent
b92879e60b
commit
4d7b912a2d
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@ impl Default for ZoomConfig {
|
|||
fn default() -> Self {
|
||||
ZoomConfig {
|
||||
start_on_login: false,
|
||||
increment: 100,
|
||||
view_moves: ZoomMovement::OnEdge,
|
||||
increment: 50,
|
||||
view_moves: ZoomMovement::Continuously,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue