fix: repair control UI render syntax after merge

This commit is contained in:
Marc J Saint-jour 2026-03-12 19:26:17 -04:00
parent 12fcdb8c33
commit abec311b1b

View File

@ -1651,8 +1651,6 @@ export function renderApp(state: AppViewState) {
state.appearanceActiveSubsection = null;
},
onSubsectionChange: (section) => (state.appearanceActiveSubsection = section),
},
onSubsectionChange: (section) => (state.appearanceActiveSubsection = section),
onReload: () => loadConfig(state),
onSave: () => saveConfig(state),
onApply: () => applyConfig(state),