Fix previous fix

This commit is contained in:
KernelDeimos 2024-04-07 00:28:23 -04:00
parent beeeb7bcbf
commit 178f851684

View File

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