Add binding for sorting bags
Allow binding the function to sort bags.
This commit is contained in:
parent
e4fecaff76
commit
bf25056549
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue