Commit 5ad2748 1 parent 3ae2fd6 commit 5ad2748 Copy full SHA for 5ad2748
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -689,8 +689,6 @@ function M:Initialize()
689
689
690
690
return
691
691
else
692
- M :SetGetMinimapShape () -- this is just to support for other mods
693
-
694
692
local container = MinimapCluster .MinimapContainer
695
693
if container then
696
694
container :SetScale (1 ) -- Setting that could get set in Blizzard Edit Mode
Original file line number Diff line number Diff line change @@ -385,6 +385,10 @@ function E:OnInitialize()
385
385
E :UpdateMedia ()
386
386
E :InitializeInitialModules ()
387
387
388
+ if E .private .general .minimap .enable then
389
+ E .Minimap :SetGetMinimapShape () -- this is just to support for other mods, keep below UIMult
390
+ end
391
+
388
392
if E :IsAddOnEnabled (' Tukui' ) then
389
393
E :StaticPopup_Show (' TUKUI_ELVUI_INCOMPATIBLE' )
390
394
end
You can’t perform that action at this time.
0 commit comments