From 7935487295a6d6b2924b3265f5f7349ad3cc0bab Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 23 Sep 2025 14:13:24 -0400 Subject: [PATCH] reee --- config/Paths.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/Paths.qml b/config/Paths.qml index 34116da..2fb9e08 100644 --- a/config/Paths.qml +++ b/config/Paths.qml @@ -14,8 +14,6 @@ Singleton { readonly property url cache: `${StandardPaths.standardLocations(StandardPaths.GenericCacheLocation)[0]}/lux` readonly property url config: `${StandardPaths.standardLocations(StandardPaths.GenericConfigLocation)[0]}/lux` - readonly property url imagecache: `${cache}/imagecache` - function stringify(path: url): string { let str = path.toString(); if (str.startsWith("root:/"))