diff --git a/release/antos-1.2.0.tar.gz b/release/antos-1.2.0.tar.gz index 13c87e1..d5cd19c 100644 Binary files a/release/antos-1.2.0.tar.gz and b/release/antos-1.2.0.tar.gz differ diff --git a/src/core/tags/SystemPanelTag.ts b/src/core/tags/SystemPanelTag.ts index 0cfece8..2c1ba5f 100644 --- a/src/core/tags/SystemPanelTag.ts +++ b/src/core/tags/SystemPanelTag.ts @@ -338,10 +338,7 @@ namespace OS { .forEach((v) =>{ if(catlist.has(v.text.__())) { - cat_list_data.push({ - text: v.text, - iconclass: v.iconclass - }); + cat_list_data.push(v); catlist.delete(v.text.__()); } })