Skip to content

Commit 973fd09

Browse files
committed
Revert "try without this too"
This reverts commit 268791d.
1 parent 268791d commit 973fd09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ElvUI/Core/Modules/Maps/Minimap.lua

+4
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,10 @@ 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
684688
end
685689

686690
function M:Initialize()

ElvUI/Core/init.lua

+1-1
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
389+
E.Minimap:SetGetMinimapShape() -- this is just to support for other mods, keep below UIMult
390390
end
391391

392392
if E:IsAddOnEnabled('Tukui') then

0 commit comments

Comments
 (0)