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:/"))