Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit f379998

Browse files
committed
Optimization
1 parent bf9066a commit f379998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ local function get_item_list(fs, data, full_height)
16871687
fs(fmt("image", X, Y, 1, 1, PNG.slot))
16881688
end
16891689

1690-
fs(fmt("item_image_button", X, Y, 1, 1, item, sprintf("%s_inv", item), ""))
1690+
fs[#fs + 1] = fmt("item_image_button", X, Y, 1, 1, item, sprintf("%s_inv", item), "")
16911691
end
16921692
end
16931693

0 commit comments

Comments
 (0)