mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
...
This commit is contained in:
@@ -4,7 +4,6 @@ local AB = E:GetModule("ActionBars");
|
||||
--Cache global variables
|
||||
--Lua functions
|
||||
local _G = _G
|
||||
local gsub, match = string.gsub, string.match
|
||||
--WoW API / Variables
|
||||
local CreateFrame = CreateFrame
|
||||
local UIFrameFadeIn = UIFrameFadeIn
|
||||
@@ -104,12 +103,6 @@ function AB:UpdateMicroPositionDimensions()
|
||||
AB.MicroHeight = (((_G["CharacterMicroButton"]:GetHeight() + spacing) * numRows) - spacing) + (offset * 2)
|
||||
E:Size(ElvUI_MicroBar, AB.MicroWidth, AB.MicroHeight)
|
||||
|
||||
-- local visibility = self.db.microbar.visibility
|
||||
-- if visibility and match(visibility, "[\n\r]") then
|
||||
-- visibility = gsub(visibility, "[\n\r]", "")
|
||||
-- end
|
||||
|
||||
|
||||
if ElvUI_MicroBar.mover then
|
||||
if self.db.microbar.enabled then
|
||||
ElvUI_MicroBar:Show()
|
||||
|
||||
Reference in New Issue
Block a user