Skip to content

Commit

Permalink
Reanchor button
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Apr 14, 2024
1 parent fc68ca7 commit ca58c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dominos/bars/menuBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function MenuBarModule:OnFirstLoad()
end)

hooksecurefunc(MicroMenu, "UpdateHelpTicketButtonAnchor", function()
if HelpOpenWebTicketButton and HelpOpenWebTicketButton:IsShown() then
if HelpOpenWebTicketButton then
HelpOpenWebTicketButton:ClearAllPoints()
HelpOpenWebTicketButton:SetPoint("CENTER", CharacterMicroButton, "CENTER", 0, 20)
end
Expand Down

0 comments on commit ca58c0c

Please sign in to comment.