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) =>{ .forEach((v) =>{
if(catlist.has(v.text.__())) if(catlist.has(v.text.__()))
{ {
cat_list_data.push({ cat_list_data.push(v);
text: v.text,
iconclass: v.iconclass
});
catlist.delete(v.text.__()); catlist.delete(v.text.__());
} }
}) })