overview: add allow not centering icons

This commit is contained in:
end-4
2025-11-03 21:36:12 +01:00
parent 3ae87c8a67
commit 22fb48cd0a
3 changed files with 23 additions and 6 deletions
@@ -961,6 +961,14 @@ ContentPage {
Config.options.overview.enable = checked;
}
}
ConfigSwitch {
buttonIcon: "center_focus_strong"
text: Translation.tr("Center icons")
checked: Config.options.overview.centerIcons
onCheckedChanged: {
Config.options.overview.centerIcons = checked;
}
}
ConfigSpinBox {
icon: "loupe"
text: Translation.tr("Scale (%)")