fix: save settings button closes settings panel

This commit is contained in:
2026-01-21 13:09:47 -08:00
parent 2aa05acb66
commit db88681657
+1
View File
@@ -63,6 +63,7 @@
saveError = null; saveError = null;
try { try {
await configStore.saveConfig(config); await configStore.saveConfig(config);
configStore.closeSidebar();
} catch { } catch {
// Error is handled by the store // Error is handled by the store
} finally { } finally {