Rework parallax

This commit is contained in:
EoinKanro
2025-12-04 22:30:55 +01:00
parent 71c1fbe1dd
commit 1193b7a802
3 changed files with 68 additions and 52 deletions
@@ -43,8 +43,8 @@ ContentPage {
icon: "loupe"
text: Translation.tr("Preferred wallpaper zoom (%)")
value: Config.options.background.parallax.workspaceZoom * 100
from: 100
to: 150
from: 10
to: 200
stepSize: 1
onValueChanged: {
Config.options.background.parallax.workspaceZoom = value / 100;