From d989128cbc5ba72ee1a26e444e471b02e0c555f2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 15 Jun 2025 18:11:33 +1000 Subject: config: actually reload when file changes --- config/Config.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/Config.qml b/config/Config.qml index 4605b8f..60b0b9f 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -19,6 +19,7 @@ Singleton { FileView { path: `${Paths.config}/shell.json` watchChanges: true + onFileChanged: reload() onAdapterUpdated: writeAdapter() JsonAdapter { -- cgit v1.2.3-freya