From 66c349d41fe73fb6418ce4b3479e825445cbb50c Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 22 Jan 2026 20:04:09 +0300 Subject: [PATCH] fix: set the configuration dict --- ui/app/stores/ConfigStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/stores/ConfigStore.ts b/ui/app/stores/ConfigStore.ts index 47a51739..b48bf181 100644 --- a/ui/app/stores/ConfigStore.ts +++ b/ui/app/stores/ConfigStore.ts @@ -77,6 +77,7 @@ export const useConfigStore = defineStore('config', () => { delete data.queue; } + setAll(data); } catch (e: any) { console.error('Failed to load configuration', e); }