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 {
|
fn default() -> Self {
|
||||||
ZoomConfig {
|
ZoomConfig {
|
||||||
start_on_login: false,
|
start_on_login: false,
|
||||||
increment: 100,
|
increment: 50,
|
||||||
view_moves: ZoomMovement::OnEdge,
|
view_moves: ZoomMovement::Continuously,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue