Also set up font size
This commit is contained in:
@@ -121,14 +121,18 @@ end
|
|||||||
|
|
||||||
local function Configure()
|
local function Configure()
|
||||||
JoinChannels()
|
JoinChannels()
|
||||||
-- FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
|
FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
|
||||||
-- FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
|
FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
|
||||||
FindOrCreateChatFrame("Horde", {}, { "Horde" })
|
-- FindOrCreateChatFrame("Horde", {}, { "Horde" })
|
||||||
FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
-- FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
||||||
Privjet("Horde")
|
Privjet("Horde")
|
||||||
C_Timer.After(1, function()
|
C_Timer.After(1, function()
|
||||||
Privjet("Agent")
|
Privjet("Agent")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
for i = 1, NUM_CHAT_WINDOWS do
|
||||||
|
SetChatWindowSize(i, 14)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local frame = CreateFrame("Frame")
|
local frame = CreateFrame("Frame")
|
||||||
|
Reference in New Issue
Block a user