KernelDeimos 1 anno fa
parent
commit
beeeb7bcbf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/UI/UIWindowThemeDialog.js

+ 1 - 1
src/UI/UIWindowThemeDialog.js

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