Ver Fonte

Fix previous fix

KernelDeimos há 1 ano atrás
pai
commit
178f851684
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/UI/UIWindowThemeDialog.js

+ 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;