KernelDeimos hai 1 ano
pai
achega
beeeb7bcbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     };