Notloc / zomboid-inventory-tetris

Escape From Knox
0 stars 1 forks source link

Replace Loot/Transfer/Remove buttons with conditional 'Search' button when using 'Search Mode' #1

Closed djhert closed 1 year ago

djhert commented 1 year ago

Fixes users being able to use the "Loot All/Transfer All/Remove All" buttons when the selected container needs searching, buttons are replaced with a "Search" button. "Turn On" is kept untouched where applicable, includes support for mod "Easy Drop n' Loot".

String is currently translated in English with key "UI_tetris_buttons_search"

Button is conditional, but absolute. Meaning if any selected inventory needs searching, the vanilla Loot/Transfer/Remove buttons do not show and the "Search" button does; the "Search" button also only shows on panels where it is actually required. Using the "Search" button will perform the action on all grids that need it in the selected inventory.

looters