Wallpaper: swipe left/right/up/down

This commit is contained in:
LemmyCook 2025-08-29 19:06:01 -04:00
parent a38665fa0d
commit f5b4984295
7 changed files with 140 additions and 24 deletions

View file

@ -23,6 +23,22 @@ Singleton {
key: "fade"
name: "Fade"
}
ListElement {
key: "swipe_left"
name: "Swipe Left"
}
ListElement {
key: "swipe_right"
name: "Swipe Right"
}
ListElement {
key: "swipe_up"
name: "Swipe Up"
}
ListElement {
key: "swipe_down"
name: "Swipe Down"
}
}
property var wallpaperLists: ({})