Skip to content

Commit

Permalink
remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Jul 4, 2024
1 parent 0f1fb11 commit 697d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ local function get_items_fs(fs, data, player, full_height)
local item_btn = fmt("item_image_button", X, Y, size, size, name, item, "")

if recipe_filter_set() and data.itab == 1 then
if data.items_progress and data.items_progress[item] then
if data.items_progress then
insert(fs, item_btn)
else
local col = "^\\[colorize:#232428^\\[opacity:245"
Expand Down

0 comments on commit 697d517

Please sign in to comment.