Use SettingsItem in branding view

This commit is contained in:
Johannes Zellner
2025-04-07 17:05:57 +02:00
parent 71fc7c4ab6
commit 73a5fb1648
3 changed files with 142 additions and 57 deletions
-1
View File
@@ -11,7 +11,6 @@ const KEYS = {
};
function notifyChange(key, value) {
console.log('notifying for ', key, value, changeHandlers)
const listener = changeHandlers[key] || [];
listener.forEach(h => h(value));
}