Skip to content

Commit

Permalink
only disable in retail
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Oct 23, 2024
1 parent 5cba417 commit 937c4c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ElvUI_EltreumUI/Core/Install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@ ElvUI_EltreumUI.InstallerData = {
ElvUI_EltreumUI:SetupNamePlates()
ElvUI_EltreumUI:ResolutionOutline()
ElvUI_EltreumUI:UpdateEltruismSettings()
ElvUI_EltreumUI:ModelsToggle(true) --disable models after layout for now due to the 3D model bug
if E.Retail then
ElvUI_EltreumUI:ModelsToggle(true) --disable models after layout for now due to the 3D model bug
end
PlaySound(888)
end)
_G.PluginInstallFrame.Option1:SetScript('OnEnter', function() ElvUI_EltreumUI:ImproveInstall("dps","ENTERING") end)
Expand Down
4 changes: 4 additions & 0 deletions ElvUI_EltreumUI/Layouts/UpdateElvUISettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ function ElvUI_EltreumUI:UpdateElvUISettings(update)
end
end

if E.Retail then
ElvUI_EltreumUI:ModelsToggle(true) --disable models after layout for now due to the 3D model bug
end

ElvUI_EltreumUI:Print(L["Settings for ElvUI were updated."])
end
else
Expand Down

0 comments on commit 937c4c3

Please sign in to comment.