feat(webui): display Favorite items first #2656
@ -688,9 +688,6 @@ function updateInventory() {
|
||||
});
|
||||
td.textContent = td.textContent.slice(0, -1) + " ]";
|
||||
}
|
||||
if (item.Favorite) {
|
||||
td.textContent = "★ " + td.textContent;
|
||||
}
|
||||
tr.appendChild(td);
|
||||
}
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user