KernelDeimos 1 年間 前
コミット
beeeb7bcbf
1 ファイル変更1 行追加1 行削除
  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);
     };