Filename | |
---|---|
ElvUI_SLE/modules/install.lua |
diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua index 2789bae..e6681bb 100644 --- a/ElvUI_SLE/modules/install.lua +++ b/ElvUI_SLE/modules/install.lua @@ -1179,6 +1179,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.movers.RightChatMover = "BOTTOMRIGHTUIParentBOTTOMRIGHT019" E.db.movers.LeftChatMover = "BOTTOMLEFTUIParentBOTTOMLEFT019" E.db.movers.Dashboard = "TOPLEFTElvUIParentTOPLEFT0-19" + E.db.movers.AlertFrameMover = "TOPElvUIParentTOP0-32" E:UpdateAll(true) end