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
+4 -1
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>