Skip to content

Commit c072538

Browse files
committed
a11y/zoom: Fix settings page
1 parent a0648a3 commit c072538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shell/zoom.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,8 @@ impl Program for ZoomProgram {
701701
Item::new(crate::fl!("a11y-zoom-settings"), |handle| {
702702
let _ = handle.insert_idle(move |state| {
703703
state.spawn_command(
704-
"cosmic-settings page-accessibility".into(),
704+
"cosmic-settings accessibility-magnifier"
705+
.into(),
705706
);
706707
});
707708
}),

0 commit comments

Comments
 (0)