From 4c1b89b612a41b28009a573da96d49bf37b41570 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 20 Nov 2025 22:11:44 +0100 Subject: [PATCH] better wallpaper loading --- Helpers/Picker.qml | 2 ++ Helpers/SearchWallpapers.qml | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Helpers/Picker.qml b/Helpers/Picker.qml index 8508cff..0821d63 100644 --- a/Helpers/Picker.qml +++ b/Helpers/Picker.qml @@ -210,6 +210,8 @@ MouseArea { color: "white" opacity: 0.3 + radius: root.realRounding + layer.enabled: true layer.effect: MultiEffect { maskSource: selectionWrapper diff --git a/Helpers/SearchWallpapers.qml b/Helpers/SearchWallpapers.qml index 95d1684..b7cfaf9 100644 --- a/Helpers/SearchWallpapers.qml +++ b/Helpers/SearchWallpapers.qml @@ -10,8 +10,6 @@ import ZShell.Models Searcher { id: root - readonly property string currentNamePath: WallpaperPath.currentWallpaperPath - property bool showPreview: false readonly property string current: showPreview ? previewPath : actualCurrent property string previewPath @@ -38,15 +36,6 @@ Searcher { forward: false }) - FileView { - path: root.currentNamePath - watchChanges: true - onFileChanged: reload() - onLoaded: { - root.actualCurrent = this.text; - } - } - FileSystemModel { id: wallpapers