background: add vertical parallax

This commit is contained in:
end-4
2025-08-20 19:35:33 +07:00
parent 75f749dbe0
commit 7c8068b2bd
3 changed files with 40 additions and 13 deletions
@@ -212,6 +212,14 @@ ContentPage {
ContentSubsection {
title: Translation.tr("Wallpaper parallax")
ConfigSwitch {
text: Translation.tr("Vertical")
checked: Config.options.background.parallax.vertical
onCheckedChanged: {
Config.options.background.parallax.vertical = checked;
}
}
ConfigRow {
uniform: true
ConfigSwitch {