From e9c710654313346b2e41aa9c51379e6b08463695 Mon Sep 17 00:00:00 2001 From: Darth Predator Date: Sun, 11 Jun 2017 13:05:26 +0300 Subject: [PATCH] Account for changes in chat.lua of ElvUI --- ElvUI_SLE/core/install.lua | 1 - ElvUI_SLE/defaults/profile.lua | 2 +- ElvUI_SLE/options/chat/chat_c.lua | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index bb742af..1fbfb85 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -482,7 +482,6 @@ function PI:DarthSetup() E.db["sle"]["raidmarkers"]["buttonSize"] = 24 E.db["sle"]["nameplates"]["showthreat"] = true E.db["sle"]["nameplates"]["targetcount"] = true - E.db["sle"]["chat"]["editboxhistory"] = 10 E.db["sle"]["chat"]["dpsSpam"] = true E.db["sle"]["chat"]["tab"]["select"] = true E.db["sle"]["datatexts"]["leftchat"]["width"] = 430 diff --git a/ElvUI_SLE/defaults/profile.lua b/ElvUI_SLE/defaults/profile.lua index c23a16d..da02f68 100644 --- a/ElvUI_SLE/defaults/profile.lua +++ b/ElvUI_SLE/defaults/profile.lua @@ -105,7 +105,7 @@ P["sle"] = { ["alpha"] = 0.5, }, ["combathide"] = "NONE", - ["editboxhistory"] = 5, + ["editboxhistory"] = 20, ["justify"] = { ["frame1"] = "LEFT", ["frame2"] = "LEFT", diff --git a/ElvUI_SLE/options/chat/chat_c.lua b/ElvUI_SLE/options/chat/chat_c.lua index 8e50c5f..2bbf593 100644 --- a/ElvUI_SLE/options/chat/chat_c.lua +++ b/ElvUI_SLE/options/chat/chat_c.lua @@ -44,7 +44,7 @@ local function configTable() order = 6, type = "range", name = L["Chat Editbox History"], desc = L["The amount of messages to save in the editbox history.\n\n|cffFF0000Note:|r To disable, set to 0."], - min = 5, max = 20, step = 1, + min = 5, max = 50, step = 1, get = function(info) return E.db.sle.chat.editboxhistory end, set = function(info, value) E.db.sle.chat.editboxhistory = value; end, }, -- 1.7.9.5