Moved the page number to the bottom of the page and put categories right at the top

This commit is contained in:
Oversword
2021-04-01 02:19:51 +01:00
parent 8586d6fc3a
commit c78ce2f242
3 changed files with 14 additions and 9 deletions

View File

@ -7,13 +7,13 @@ function update_category_list()
local category_list = {}
table.insert(category_list, {
name = "all",
label = "All",
label = "All Items",
symbol = "ui_category_all.png",
index = -2,
})
table.insert(category_list, {
name = "uncategorized",
label = "Misc.",
label = "Misc. Items",
symbol = "ui_category_none.png",
index = -1,
})