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;
try {
await configStore.saveConfig(config);
configStore.closeSidebar();
} catch {
// Error is handled by the store
} finally {