fix minimap button

This commit is contained in:
Sattva
2023-05-20 18:30:38 +03:00
commit cd8866e2a2
35 changed files with 54330 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<Bindings>
<!-- Toggle panel -->
<Binding name="LEATRIX_PLUS_GLOBAL_TOGGLE" category = "Leatrix Plus">
SlashCmdList["Leatrix_Plus"]()
</Binding>
<!-- Show web link -->
<Binding name="LEATRIX_PLUS_GLOBAL_WEBLINK" category = "Leatrix Plus">
SlashCmdList["Leatrix_Plus"]("id")
</Binding>
<!-- Announce rare -->
<Binding name="LEATRIX_PLUS_GLOBAL_RARE" category = "Leatrix Plus">
SlashCmdList["Leatrix_Plus"]("ra")
</Binding>
</Bindings>