Add "Move to Lost And Found" option for displaced inventory
Inspired by the work of Kitty Barnett Fixes Issue 1337: Corrupted Inventory Fixes Issue 1625: Unattainable inventory is Outside of My Inventoy and no options to move back to My Inventory Fixes Issue 1580: Deleted folders showing outside of inventory folder.
This commit is contained in:
@@ -227,6 +227,9 @@
|
||||
name="Delete" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="delete" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Move to Lost And Found" mouse_opaque="true" name="Move to Lost And Found">
|
||||
<on_click function="Inventory.DoToSelected" userdata="move_to_lost_and_found" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Delete System Folder" mouse_opaque="true" name="Delete System Folder">
|
||||
<on_click function="Inventory.DoToSelected" userdata="delete_system_folder" />
|
||||
</menu_item_call>
|
||||
|
||||
Reference in New Issue
Block a user