forked from Shinonome/dots-hyprland
overview: add allow not centering icons
This commit is contained in:
@@ -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 (%)")
|
||||
|
||||
Reference in New Issue
Block a user