Skip to content

Commit b369dd3

Browse files
committed
Core: Fixed the keybinding category in Bindings.xml
Reported on Discord by michael (mikuhl_). Thanks! _G.Rarity "accidentally" works because AceAddon adds a __tostring metamethod, but it's not the right way to get there obviously.
1 parent 36596e3 commit b369dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bindings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Bindings>
2-
<Binding name="RARITY_DEBUGWINDOWTOGGLE" category="Rarity">
2+
<Binding name="RARITY_DEBUGWINDOWTOGGLE" category="BINDING_HEADER_Rarity">
33
Rarity.ScrollingDebugMessageFrame:Toggle()
44
</Binding>
55
</Bindings>

0 commit comments

Comments
 (0)