We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc978b commit 268791dCopy full SHA for 268791d
ElvUI/Core/Modules/Maps/Minimap.lua
@@ -681,10 +681,6 @@ end
681
682
function M:SetGetMinimapShape()
683
GetMinimapShape = M.GetMinimapShape
684
-
685
- if M.db.size then
686
- Minimap:Size(M.db.size)
687
- end
688
end
689
690
function M:Initialize()
ElvUI/Core/init.lua
@@ -386,7 +386,7 @@ function E:OnInitialize()
386
E:InitializeInitialModules()
387
388
if E.private.general.minimap.enable then
389
- E.Minimap:SetGetMinimapShape() -- this is just to support for other mods, keep below UIMult
+ E.Minimap:SetGetMinimapShape() -- this is just to support for other mods
390
391
392
if E:IsAddOnEnabled('Tukui') then
0 commit comments