Skip to content

Commit

Permalink
actually due to the delay this forces it on all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed May 2, 2023
1 parent 5e89b77 commit 3a2ba90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_EltreumUI/Modules/Skins/Addons/Details.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ do
end
embedpanel:RegisterEvent("PLAYER_ENTERING_WORLD")

if not _G.RightChatToggleButton:IsShown() then --fix when no chat toggle exists
--[[if not _G.RightChatToggleButton:IsShown() then --fix when no chat toggle exists
E.db.ElvUI_EltreumUI.skins.detailsembedhidden = false
end
end]]

embedpanel:SetScript("OnEvent", function(_,event)
if event == "PLAYER_REGEN_DISABLED" then
Expand Down

0 comments on commit 3a2ba90

Please sign in to comment.