diff options
Diffstat (limited to 'modules/background')
| -rw-r--r-- | modules/background/Wallpaper.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml index af71da6..2734034 100644 --- a/modules/background/Wallpaper.qml +++ b/modules/background/Wallpaper.qml @@ -65,9 +65,6 @@ Item { } transitions: Transition { - from: "*" - to: "*" - NumberAnimation { target: img properties: "opacity,scale" |