Skip to content

Commit

Permalink
HideBlizzard: Switch PlayerFrame to hooking so it rehides (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla authored Mar 10, 2022
1 parent b005861 commit ebac521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/HideBlizzard/HideBlizzard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ local function unhook_frames_without_init(...)
end

function hiders:player()
PlayerFrame:Hide()
hook_frames(PlayerFrame)
end

function showers:player()
unhook_frames(PlayerFrame)
PlayerFrame:Show()
end

Expand Down

0 comments on commit ebac521

Please sign in to comment.