summaryrefslogtreecommitdiff
path: root/utils/Paths.qml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Paths.qml')
-rw-r--r--utils/Paths.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml
index 88267ea..bd57608 100644
--- a/utils/Paths.qml
+++ b/utils/Paths.qml
@@ -13,6 +13,7 @@ Singleton {
readonly property url data: `${StandardPaths.standardLocations(StandardPaths.GenericDataLocation)[0]}/caelestia`
readonly property url state: `${StandardPaths.standardLocations(StandardPaths.GenericStateLocation)[0]}/caelestia`
readonly property url cache: `${StandardPaths.standardLocations(StandardPaths.GenericCacheLocation)[0]}/caelestia`
+ readonly property url config: `${StandardPaths.standardLocations(StandardPaths.GenericConfigLocation)[0]}/caelestia`
readonly property url imagecache: `${cache}/imagecache`