We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268791d commit 973fd09Copy full SHA for 973fd09
ElvUI/Core/Modules/Maps/Minimap.lua
@@ -681,6 +681,10 @@ 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
+ E.Minimap:SetGetMinimapShape() -- this is just to support for other mods, keep below UIMult
390
391
392
if E:IsAddOnEnabled('Tukui') then
0 commit comments