We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66340 commit cde41cdCopy full SHA for cde41cd
ConsolePort/ConsolePort.toc
@@ -3,7 +3,7 @@
3
## Title: Console Port
4
## Notes: Gamepad addon suite
5
## AddonCompartmentFunc: ConsolePort
6
-## Version: 3.1.4
+## Version: 3.1.5
7
8
## Author: Sebastian Lindfors
9
## X-Website: https://github.com/seblindfors/ConsolePort
ConsolePort_Bar/View/Config/Config.lua
@@ -48,6 +48,7 @@ local Header = {
48
OnLeave = UIButtonMixin.OnLeave;
49
SetTooltipInfo = UIButtonMixin.SetTooltipInfo;
50
SetTooltipAnchor = UIButtonMixin.SetTooltipAnchor;
51
+ RunCustomTextFormatter = UIButtonMixin.RunCustomTextFormatter;
52
};
53
54
function Header:OnAcquire(parent)
0 commit comments