zoom: Add separator to popup
This commit is contained in:
parent
9e8c2f5e24
commit
fff9b357f6
1 changed files with 1 additions and 0 deletions
|
|
@ -666,6 +666,7 @@ impl Program for ZoomProgram {
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.toggled(movement == ZoomMovement::Centered),
|
.toggled(movement == ZoomMovement::Centered),
|
||||||
|
Item::Separator,
|
||||||
Item::new(crate::fl!("a11y-zoom-settings"), |handle| {
|
Item::new(crate::fl!("a11y-zoom-settings"), |handle| {
|
||||||
let _ = handle.insert_idle(move |state| {
|
let _ = handle.insert_idle(move |state| {
|
||||||
state.spawn_command(
|
state.spawn_command(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue