summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-03 18:55:05 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-03 18:55:05 +1000
commit1de24676bb80ce633a026f336242d486b40dd3c8 (patch)
treedbaff0e2ecfae215c64ea422a44b68c6b40af6bf /config/Config.qml
parentplugin/fsm: incremental updates (diff)
downloadcaelestia-shell-1de24676bb80ce633a026f336242d486b40dd3c8.tar.gz
caelestia-shell-1de24676bb80ce633a026f336242d486b40dd3c8.tar.bz2
caelestia-shell-1de24676bb80ce633a026f336242d486b40dd3c8.zip
internal: refactor Paths util
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 24fb00b..b5218be 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -24,7 +24,7 @@ Singleton {
property alias paths: adapter.paths
FileView {
- path: `${Paths.stringify(Paths.config)}/shell.json`
+ path: `${Paths.config}/shell.json`
watchChanges: true
onFileChanged: reload()