Skip to content

Commit cde41cd

Browse files
committed
Fix error on headers in the action bar config
1 parent 6a66340 commit cde41cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ConsolePort/ConsolePort.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Title: Console Port
44
## Notes: Gamepad addon suite
55
## AddonCompartmentFunc: ConsolePort
6-
## Version: 3.1.4
6+
## Version: 3.1.5
77

88
## Author: Sebastian Lindfors
99
## X-Website: https://github.com/seblindfors/ConsolePort

ConsolePort_Bar/View/Config/Config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ local Header = {
4848
OnLeave = UIButtonMixin.OnLeave;
4949
SetTooltipInfo = UIButtonMixin.SetTooltipInfo;
5050
SetTooltipAnchor = UIButtonMixin.SetTooltipAnchor;
51+
RunCustomTextFormatter = UIButtonMixin.RunCustomTextFormatter;
5152
};
5253

5354
function Header:OnAcquire(parent)

0 commit comments

Comments
 (0)