diff --git a/contents/ui/main.qml b/contents/ui/main.qml index 4ef134e..5f3143a 100644 --- a/contents/ui/main.qml +++ b/contents/ui/main.qml @@ -25,22 +25,6 @@ Item { } } - Loader { - id: wallLoader - anchors.fill: parent - active: false - sourceComponent: staticImageC - } - - Component { - id: staticImageC - Image { - anchors.fill: root - sourceSize: parent - source: wallpaper.configuration.WallPath - } - } - Rectangle { id: circle width: ((parent.height + parent.width) / 8) * (wallpaper.configuration.ShapeSize/100)