fix setting save bug

This commit is contained in:
lxsang 2021-04-01 00:05:40 +02:00
parent 445f25bdbf
commit 1a132178c3
2 changed files with 1 additions and 4 deletions

Binary file not shown.

View File

@ -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.__());
}
})