174 character context menu (#189)

* Set up the contextMenues properly
* Fixed double item generation on drop
This commit is contained in:
WBHarry 2025-06-28 10:05:53 +02:00 committed by GitHub
parent 30ab18d683
commit b4fff7b9e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 197 additions and 62 deletions

View file

@ -1099,6 +1099,17 @@
"biography": "Biography",
"effects": "Effects"
},
"ContextMenu": {
"UseItem": "Use",
"Equip": "Equip",
"Unequip": "Unequip",
"Edit": "Edit",
"Delete": "Delete",
"ToLoadout": "Send to Loadout",
"ToVault": "Send to Vault",
"Consume": "Consume Item",
"SendToChat": "Send To Chat"
},
"Armor": {
"Title": "Active Armor"
},