mirror of
https://github.com/minetest-mods/i3.git
synced 2025-01-12 19:20:30 +01:00
Minor QoL
This commit is contained in:
parent
f26c6af9c4
commit
bd356e4a40
@ -95,6 +95,10 @@ local function inv_fields(player, data, fields)
|
|||||||
data.waypoint_see = nil
|
data.waypoint_see = nil
|
||||||
data.bag_rename = nil
|
data.bag_rename = nil
|
||||||
|
|
||||||
|
if data.filter == "" then
|
||||||
|
data.enable_search = nil
|
||||||
|
end
|
||||||
|
|
||||||
elseif fields.trash then
|
elseif fields.trash then
|
||||||
data.show_settings = nil
|
data.show_settings = nil
|
||||||
data.confirm_trash = true
|
data.confirm_trash = true
|
||||||
|
Loading…
Reference in New Issue
Block a user