Skip to content

Commit

Permalink
rename inventory to compendium (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jun 25, 2023
1 parent 8c318c2 commit 31c4844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swarm/TUI/Model.hs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ populateInventoryList (Just r) = do
matchesSearch (_, e) = maybe (const True) Fuzzy.test search (e ^. E.entityName)

items =
(r ^. robotInventory . to (itemList True mkInvEntry "Inventory"))
(r ^. robotInventory . to (itemList True mkInvEntry "Compendium"))
++ (r ^. equippedDevices . to (itemList False mkInstEntry "Equipped devices"))

-- Attempt to keep the selected element steady.
Expand Down

0 comments on commit 31c4844

Please sign in to comment.