Skip to content

Commit 268791d

Browse files
committed
try without this too
1 parent 4dc978b commit 268791d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ElvUI/Core/Modules/Maps/Minimap.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,6 @@ end
681681

682682
function M:SetGetMinimapShape()
683683
GetMinimapShape = M.GetMinimapShape
684-
685-
if M.db.size then
686-
Minimap:Size(M.db.size)
687-
end
688684
end
689685

690686
function M:Initialize()

ElvUI/Core/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ function E:OnInitialize()
386386
E:InitializeInitialModules()
387387

388388
if E.private.general.minimap.enable then
389-
E.Minimap:SetGetMinimapShape() -- this is just to support for other mods, keep below UIMult
389+
E.Minimap:SetGetMinimapShape() -- this is just to support for other mods
390390
end
391391

392392
if E:IsAddOnEnabled('Tukui') then

0 commit comments

Comments
 (0)