diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/background/Background.qml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml index fbacfab..1bb7d17 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -34,23 +34,6 @@ Loader { Wallpaper { id: wallpaper } - - Visualiser { - anchors.fill: parent - screen: win.modelData - wallpaper: wallpaper - } - - Loader { - anchors.right: parent.right - anchors.bottom: parent.bottom - anchors.margins: Appearance.padding.large - - active: Config.background.desktopClock.enabled - asynchronous: true - - source: "DesktopClock.qml" - } } } } |