Skip to content

Commit fbb23ab

Browse files
committed
note
1 parent 9e043b8 commit fbb23ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ElvUI/Cata/Modules/Skins/Friends.lua

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ local function UpdateFriendsFrame()
3939
else
4040
_G.FriendsFrameTitleText:Show()
4141
end
42-
_G.FriendsFrame.TitleText:Hide()
42+
43+
-- this is showing twice atm
44+
if _G.FriendsFrame.TitleText then
45+
_G.FriendsFrame.TitleText:Hide()
46+
end
4347
end
4448

4549
local function AcquireInvitePool(pool)

0 commit comments

Comments
 (0)