fix: repair control UI render syntax after merge
This commit is contained in:
parent
12fcdb8c33
commit
abec311b1b
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user