Add binding for sorting bags

Allow binding the function to sort bags.
This commit is contained in:
eTzmNcbkrng 2025-10-10 19:28:23 +13:00 committed by GitHub
parent e4fecaff76
commit bf25056549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,4 +14,7 @@
<Binding name="Toggle Chat (Both)" runOnUp="false">
HideBothChat()
</Binding>
</Bindings>
<Binding name="Sort Bags" runOnUp="false">
ElvUI_ContainerFrameSortButton:Click()
</Binding>
</Bindings>