This commit is contained in:
KernelDeimos 2024-04-06 05:08:38 -04:00
parent b99534ebdf
commit beeeb7bcbf

View File

@ -71,7 +71,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
const state = {}; const state = {};
const slider_ch = (e) => { const slider_ch = (e) => {
state[e.meta.label] = e.target.value; state[e.meta.name] = e.target.value;
svc_theme.apply(state); svc_theme.apply(state);
}; };