webui: log user overrides after server sync

This commit is contained in:
Pascal 2026-03-14 21:08:55 +01:00
parent 927e4444f8
commit 11b43f502c
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ class SettingsStore {
}
this.saveConfig();
console.log('User overrides after sync:', Array.from(this.userOverrides));
}
/**