summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/Wallpapers.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml
index 15424b7..4bce290 100644
--- a/services/Wallpapers.qml
+++ b/services/Wallpapers.qml
@@ -42,7 +42,9 @@ Singleton {
function preview(path: string): void {
previewPath = path;
showPreview = true;
- getPreviewColoursProc.running = true;
+
+ if (Colours.scheme === "dynamic")
+ getPreviewColoursProc.running = true;
}
function stopPreview(): void {