From 53107953279518f5be3a56c69f581720af25ca2e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 6 Jun 2015 16:27:14 +0400 Subject: [PATCH] Some BS --- CHANGELOG.txt | 1 + ElvUI_SLE/options/core_c.lua | 21 +-------------------- ElvUI_SLE/options/help_c.lua | 22 ++++++++++++++++++++-- ElvUI_SLE/options/quests_c.lua | 2 +- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index de1faad..30eae66 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changes: - Tooltips for Consolidated Buffs bar are back. - Did some optimizations for 2 years old code sections. - UI Buttons to open config are now doing nothing while in combat. This prevents issues with Ace-Config library untill we'll be able to fix that. +- Config sections that have new stuff in them are now marked with an exclamation points. Fixes: - Fixed the button from PAWN addon being unclickable with armory mode enabled - Fixed numerous errors when inspecting people (probably not all of them so keep an eye on those) diff --git a/ElvUI_SLE/options/core_c.lua b/ElvUI_SLE/options/core_c.lua index 386cac4..466173c 100644 --- a/ElvUI_SLE/options/core_c.lua +++ b/ElvUI_SLE/options/core_c.lua @@ -108,7 +108,7 @@ local function configTable() order = 1, type = "group", childGroups = 'tab', - name = SETTINGS, + name = SETTINGS..[[ |TInterface\OptionsFrame\UI-OptionsFrame-NewFeatureIcon:0:0:0:-1|t]], args = { --[[intro = { order = 1, @@ -155,25 +155,6 @@ local function configTable() }, }, } - - --Credits - E.Options.args.sle.args.credits = { - order = 400, - type = 'group', - name = L["Credits"], - args = { - creditheader = { - order = 1, - type = "header", - name = L["Credits"], - }, - credits = { - order = 2, - type = "description", - name = L["ELVUI_SLE_CREDITS"]..'\n\n\n'..L["Submodules and Coding:"]..'\n\n'..L["ELVUI_SLE_CODERS"]..'\n\n\n'..L["Other Support:"]..'\n\n'..L["ELVUI_SLE_MISC"], - }, - }, - } end table.insert(E.SLEConfigs, configTable) \ No newline at end of file diff --git a/ElvUI_SLE/options/help_c.lua b/ElvUI_SLE/options/help_c.lua index ebccd0f..f58456e 100644 --- a/ElvUI_SLE/options/help_c.lua +++ b/ElvUI_SLE/options/help_c.lua @@ -5,7 +5,7 @@ local function configTable() --Main options group E.Options.args.sle.args.help = { type = 'group', - name = L['About/Help'], + name = L['About/Help']..[[ |TInterface\OptionsFrame\UI-OptionsFrame-NewFeatureIcon:0:0:0:-1|t]], order = -5, childGroups = 'tab', args = { @@ -24,7 +24,7 @@ local function configTable() }, faq = { type = 'group', - name = 'FAQ', + name = 'FAQ'..[[ |TInterface\OptionsFrame\UI-OptionsFrame-NewFeatureIcon:0:0:0:-1|t]], order = 5, args = { desc = { @@ -132,6 +132,24 @@ local function configTable() }, }, }, + --Credits + credits = { + order = 400, + type = 'group', + name = L["Credits"], + args = { + creditheader = { + order = 1, + type = "header", + name = L["Credits"], + }, + credits = { + order = 2, + type = "description", + name = L["ELVUI_SLE_CREDITS"]..'\n\n\n'..L["Submodules and Coding:"]..'\n\n'..L["ELVUI_SLE_CODERS"]..'\n\n\n'..L["Other Support:"]..'\n\n'..L["ELVUI_SLE_MISC"], + }, + }, + }, }, } end diff --git a/ElvUI_SLE/options/quests_c.lua b/ElvUI_SLE/options/quests_c.lua index b07c9f6..9db4c99 100644 --- a/ElvUI_SLE/options/quests_c.lua +++ b/ElvUI_SLE/options/quests_c.lua @@ -3,7 +3,7 @@ local function configTable() E.Options.args.sle.args.options.args.general.args.quests = { type = "group", - name = OBJECTIVES_TRACKER_LABEL, + name = OBJECTIVES_TRACKER_LABEL..[[ |TInterface\OptionsFrame\UI-OptionsFrame-NewFeatureIcon:0:0:0:-1|t]], order = 9, args = { header = { -- 1.7.9.5