This commit is contained in:
Benjamin Palko 2025-09-23 14:13:24 -04:00
parent d58144a853
commit 7935487295

View file

@ -14,8 +14,6 @@ Singleton {
readonly property url cache: `${StandardPaths.standardLocations(StandardPaths.GenericCacheLocation)[0]}/lux` readonly property url cache: `${StandardPaths.standardLocations(StandardPaths.GenericCacheLocation)[0]}/lux`
readonly property url config: `${StandardPaths.standardLocations(StandardPaths.GenericConfigLocation)[0]}/lux` readonly property url config: `${StandardPaths.standardLocations(StandardPaths.GenericConfigLocation)[0]}/lux`
readonly property url imagecache: `${cache}/imagecache`
function stringify(path: url): string { function stringify(path: url): string {
let str = path.toString(); let str = path.toString();
if (str.startsWith("root:/")) if (str.startsWith("root:/"))