Skip to content

Commit

Permalink
reanchor the HelpOpenWebTicketButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Apr 14, 2024
1 parent fb52812 commit fc68ca7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dominos/bars/menuBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,13 @@ function MenuBarModule:OnFirstLoad()
menu:SetParent(Addon.ShadowUIParent)
end
end)

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

-- banish the micro menu container
Expand Down

0 comments on commit fc68ca7

Please sign in to comment.