Wallpaper: swipe left/right/up/down
This commit is contained in:
parent
a38665fa0d
commit
f5b4984295
7 changed files with 140 additions and 24 deletions
|
|
@ -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: ({})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue