Add UIElements to plugins utils

This commit is contained in:
yflory 2024-11-13 16:22:09 +01:00
parent 5381ef9604
commit f033ea0b1d

View File

@ -3925,7 +3925,7 @@ define([
// EXTENSION_POINT:ADMIN_ITEM
let utils = {
h, Util, Hash
h, Util, Hash, UIElements
};
common.getExtensionsSync('ADMIN_ITEM').forEach(ext => {
if (!ext || !ext.id || typeof(ext.getContent) !== "function") {