1
0
KernelDeimos 1 жил өмнө
parent
commit
178f851684

+ 1 - 1
src/UI/UIWindowThemeDialog.js

@@ -60,7 +60,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
             },
             onChange (cb) {
                 el.addEventListener('input', e => {
-                    e.meta = { label };
+                    e.meta = { name, label };
                     cb(e);
                 });
                 return this;