mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
@@ -212,6 +212,7 @@ local function SetupCVars()
|
|||||||
SetCVar("UberTooltips", 1)
|
SetCVar("UberTooltips", 1)
|
||||||
ALWAYS_SHOW_MULTIBARS = 1
|
ALWAYS_SHOW_MULTIBARS = 1
|
||||||
LOCK_ACTIONBAR = 1
|
LOCK_ACTIONBAR = 1
|
||||||
|
SIMPLE_CHAT = 0
|
||||||
SetActionBarToggles(1, 0, 1, 1)
|
SetActionBarToggles(1, 0, 1, 1)
|
||||||
TutorialFrame_HideAllAlerts()
|
TutorialFrame_HideAllAlerts()
|
||||||
ClearTutorials()
|
ClearTutorials()
|
||||||
|
|||||||
@@ -455,7 +455,7 @@ function CH:PositionChat(override)
|
|||||||
if id ~= 2 then
|
if id ~= 2 then
|
||||||
E:Size(chat, (E.db.chat.separateSizes and E.db.chat.panelWidthRight or E.db.chat.panelWidth) - 11, (E.db.chat.separateSizes and E.db.chat.panelHeightRight or E.db.chat.panelHeight) - BASE_OFFSET)
|
E:Size(chat, (E.db.chat.separateSizes and E.db.chat.panelWidthRight or E.db.chat.panelWidth) - 11, (E.db.chat.separateSizes and E.db.chat.panelHeightRight or E.db.chat.panelHeight) - BASE_OFFSET)
|
||||||
else
|
else
|
||||||
E:Size(chat, E.db.chat.panelWidth - 11, (E.db.chat.panelHeight - BASE_OFFSET) - CombatLogQuickButtonFrame_Custom:GetHeight())
|
E:Size(chat, E.db.chat.panelWidth - 11, (E.db.chat.panelHeight - BASE_OFFSET))
|
||||||
end
|
end
|
||||||
|
|
||||||
tab:SetParent(RightChatPanel)
|
tab:SetParent(RightChatPanel)
|
||||||
|
|||||||
@@ -366,6 +366,12 @@ local function LoadSkin()
|
|||||||
-- Interface Options Checkboxes
|
-- Interface Options Checkboxes
|
||||||
for _, value in UIOptionsFrameCheckButtons do
|
for _, value in UIOptionsFrameCheckButtons do
|
||||||
local UIOptionsFrameCheckBox = _G["UIOptionsFrameCheckButton"..value.index]
|
local UIOptionsFrameCheckBox = _G["UIOptionsFrameCheckButton"..value.index]
|
||||||
|
if value.index == 7 then
|
||||||
|
E:Kill(UIOptionsFrameCheckBox)
|
||||||
|
end
|
||||||
|
if value.index == 8 then
|
||||||
|
E:Point(UIOptionsFrameCheckBox, "TOPLEFT", 10, -8)
|
||||||
|
end
|
||||||
if UIOptionsFrameCheckBox then
|
if UIOptionsFrameCheckBox then
|
||||||
S:HandleCheckBox(UIOptionsFrameCheckBox)
|
S:HandleCheckBox(UIOptionsFrameCheckBox)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user