Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Aug 31, 2024
2 parents de4cec0 + 20827ad commit 72b3eea
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 86 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 1.19 [31-08-2024]
Added new chat command shortcuts /doc install and /doc config
ElvUI 13.76+ compatibility
Removed duplicate name in party frames
Updated ElvUI aura filters
Updated ElvUI blacklist
Updated ElvUI whitelist
___
### Version 1.18 [26-08-2024]
ElvUI 13.75+ compatibility
Updated ArkInventory profile
Expand Down
13 changes: 7 additions & 6 deletions CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Version 1.18 [26-08-2024]
ElvUI 13.75+ compatibility
Updated ArkInventory profile
Updated BigWigs profile
Updated Details profile
Updated TOC for patch 11.0.2
### Version 1.19 [31-08-2024]
Added new chat command shortcuts /doc install and /doc config
ElvUI 13.76+ compatibility
Removed duplicate name in party frames
Updated ElvUI aura filters
Updated ElvUI blacklist
Updated ElvUI whitelist
190 changes: 124 additions & 66 deletions ElvUI_DoctorioUI/Core/AuraFilters.lua
Original file line number Diff line number Diff line change
@@ -1,114 +1,130 @@
local DoctorioUI, E, L, V, P, G = unpack((select(2, ...)))

-- Variables & Cache
local ipairs = ipairs
local pairs = pairs

-- Aura Filters DB
function DoctorioUI:Setup_AuraFilters()

-- Function to add IDs to a list
local global = E.global
local unitframe = global.unitframe or {}
local aurafilters = unitframe.aurafilters or {}
local aurawatch = unitframe.aurawatch or {}

local function Add(list, ids, value)
for _, id in pairs(ids) do
for _, id in ipairs(ids) do
list[id] = list[id] or value
end
end

-- General setup
local unitframe = E.global["unitframe"] or {}
local aurafilters = unitframe["aurafilters"] or {}
local aurawatch = unitframe["aurawatch"] or {}

-- Classes setup
local classes = {
DRUID = aurawatch["DRUID"] or {},
EVOKER = aurawatch["EVOKER"] or {},
MONK = aurawatch["MONK"] or {},
PALADIN = aurawatch["PALADIN"] or {},
PRIEST = aurawatch["PRIEST"] or {},
SHAMAN = aurawatch["SHAMAN"] or {},
ROGUE = aurawatch["ROGUE"] or {}
DRUID = aurawatch.DRUID or {},
EVOKER = aurawatch.EVOKER or {},
MONK = aurawatch.MONK or {},
PALADIN = aurawatch.PALADIN or {},
PRIEST = aurawatch.PRIEST or {},
SHAMAN = aurawatch.SHAMAN or {},
ROGUE = aurawatch.ROGUE or {}
}

local ids = {
blacklist = { 114216, 157131, 25771, 264689, 328605, 371070, 372514, 372517, 372648, 373681, 374466, 374609, 374864, 375458, 377612, 377780, 382912, 384050, 387441, 387847, 390435, 390569, 392193, 393879, 396023, 396085, 396106, 396109, 396113, 396201, 396212, 396222, 396233, 401383, 401525, 401718, 401809, 402052, 402617, 403655, 403747, 403978, 405394, 407302, 407329, 407475, 407576, 407917, 408204, 410247, 410642, 413070, 45181 },
whitelist = { 196718, 2825, 31821, 32182, 325174, 390386, 62618, 80353, 90355, 97462 },
DRUID = { 774, 8936, 33763, 48438, 102342, 102351, 102352, 155777, 188550, 200389, 203554, 207386, 391891 },
EVOKER = { 355941, 357170, 360827, 363502, 364343, 366155, 367364, 373267, 376788, 395152, 395296, 406732, 410089 },
blacklist = {
25771, 45181, 71909, 87024, 114216, 117519, 137731, 139485, 139840, 142861, 144351,
157131, 199368, 202019, 264689, 326809, 328605, 371070, 372514, 372517, 372648, 373681,
374466, 374609, 374864, 375458, 377612, 377780, 378277, 382912, 384050, 387441, 387847,
390435, 390569, 391568, 392193, 393879, 396023, 396085, 396106, 396109, 396113, 396201,
396212, 396222, 396233, 401383, 401525, 401718, 401809, 402052, 402617, 403655, 403747,
403978, 404369, 405394, 407302, 407329, 407475, 407576, 407917, 408204, 410247, 410355,
410642, 413070, 414356, 417543, 420714, 420812, 420858, 421298, 421368, 421407, 422026,
422750, 423195, 424143, 424269, 424734, 425128, 425180, 425417, 425479, 425564, 426897,
427602, 427928, 428852, 429025, 429204, 429231, 429252, 429983, 433759, 436580, 440393,
447571, 448005
},
whitelist = {
2825, 31821, 32182, 62618, 80353, 90355, 97462, 116841, 196718, 325174, 357170,
390386, 443526
},
DRUID = { 774, 8936, 33763, 48438, 102342, 102351, 102352, 155777, 157982, 188550, 200389, 203554, 207386, 391891 },
EVOKER = { 355941, 357170, 360827, 361022, 363502, 364343, 366155, 367364, 373267, 376788, 395152, 395296, 406732, 406789, 410089 },
MONK = { 115175, 116841, 116849, 119611, 124682, 191840, 325209 },
PALADIN = { 1022, 1044, 6940, 53563, 148039, 156910, 157047, 200025, 204018, 223306, 287280, 395180 },
PALADIN = { 1022, 1044, 6940, 53563, 148039, 156322, 156910, 157047, 200025, 200654, 204018, 223306, 395180, 431381 },
PRIEST = { 17, 139, 6788, 10060, 33206, 41635, 47788, 77489, 193065, 194384, 214206 },
SHAMAN = { 974, 61295, 383648 }
}

for class, classIDs in pairs(ids) do
if class == 'blacklist' then
Add(aurafilters["Blacklist"] or {}, classIDs, { enable = true, priority = 0 })
Add(aurafilters.Blacklist or {}, classIDs, {enable = true, priority = 0})
elseif class == 'whitelist' then
Add(aurafilters["Whitelist"] or {}, classIDs, { enable = false })
Add(aurafilters.Whitelist or {}, classIDs, {enable = false})
else
Add(classes[class], classIDs, { enable = true, color = {} })
Add(classes[class], classIDs, {enable = true, color = {}})
end
end

-- Druid
classes["DRUID"][774]["point"] = "BOTTOMRIGHT"
classes["DRUID"][774]["style"] = "texturedIcon"
classes["DRUID"][8936]["point"] = "TOPRIGHT"
classes["DRUID"][8936]["style"] = "texturedIcon"
classes["DRUID"][33763]["point"] = "CENTER"
classes["DRUID"][33763]["style"] = "texturedIcon"
classes["DRUID"][48438]["point"] = "TOP"
classes["DRUID"][48438]["style"] = "texturedIcon"
classes["DRUID"][48438]["xOffset"] = -26
classes["DRUID"][102342]["enabled"] = false
classes["DRUID"][102342]["anyUnit"] = false
classes["DRUID"][102342]["color"]["b"] = 1
classes["DRUID"][102342]["color"]["g"] = 1
classes["DRUID"][102342]["color"]["r"] = 1
classes["DRUID"][102342]["countAnchor"] = "BOTTOMRIGHT"
classes["DRUID"][102342]["countX"] = 1
classes["DRUID"][102342]["countY"] = 1
classes["DRUID"][102342]["displayText"] = false
classes["DRUID"][102342]["enabled"] = true
classes["DRUID"][102342]["id"] = 102342
classes["DRUID"][102342]["onlyShowMissing"] = false
classes["DRUID"][102342]["point"] = "CENTER"
classes["DRUID"][102342]["id"] = 102342
classes["DRUID"][102342]["displayText"] = false
classes["DRUID"][102342]["textThreshold"] = -1
classes["DRUID"][102342]["yOffset"] = 0
classes["DRUID"][102342]["countAnchor"] = "BOTTOMRIGHT"
classes["DRUID"][102342]["sizeOffset"] = 5
classes["DRUID"][102342]["style"] = "texturedIcon"
classes["DRUID"][102342]["textThreshold"] = -1
classes["DRUID"][102342]["countY"] = 1
classes["DRUID"][102342]["countX"] = 1
classes["DRUID"][102342]["xOffset"] = 0
classes["DRUID"][102342]["yOffset"] = 0
classes["DRUID"][102342]["color"]["b"] = 1
classes["DRUID"][102342]["color"]["g"] = 1
classes["DRUID"][102342]["color"]["r"] = 1
classes["DRUID"][102342]["onlyShowMissing"] = false
classes["DRUID"][207386]["enabled"] = false
classes["DRUID"][207386]["style"] = "texturedIcon"
classes["DRUID"][188550]["point"] = "CENTER"
classes["DRUID"][188550]["style"] = "texturedIcon"
classes["DRUID"][157982]["enabled"] = false
classes["DRUID"][157982]["style"] = "texturedIcon"
classes["DRUID"][203554]["point"] = "CENTER"
classes["DRUID"][203554]["xOffset"] = -52
classes["DRUID"][203554]["enabled"] = false
classes["DRUID"][203554]["style"] = "texturedIcon"
classes["DRUID"][774]["point"] = "BOTTOMRIGHT"
classes["DRUID"][774]["style"] = "texturedIcon"
classes["DRUID"][48438]["point"] = "CENTER"
classes["DRUID"][48438]["style"] = "texturedIcon"
classes["DRUID"][48438]["xOffset"] = -26
classes["DRUID"][102351]["point"] = "CENTER"
classes["DRUID"][102351]["xOffset"] = 20
classes["DRUID"][102351]["sizeOffset"] = 5
classes["DRUID"][102351]["style"] = "texturedIcon"
classes["DRUID"][102351]["xOffset"] = 20
classes["DRUID"][102352]["point"] = "CENTER"
classes["DRUID"][102352]["xOffset"] = 20
classes["DRUID"][102352]["sizeOffset"] = 5
classes["DRUID"][102352]["style"] = "texturedIcon"
classes["DRUID"][102352]["xOffset"] = 20
classes["DRUID"][155777]["point"] = "BOTTOMRIGHT"
classes["DRUID"][155777]["style"] = "texturedIcon"
classes["DRUID"][155777]["xOffset"] = -20
classes["DRUID"][157982]["enabled"] = false
classes["DRUID"][157982]["style"] = "texturedIcon"
classes["DRUID"][188550]["point"] = "CENTER"
classes["DRUID"][188550]["style"] = "texturedIcon"
classes["DRUID"][200389]["enabled"] = false
classes["DRUID"][200389]["style"] = "texturedIcon"
classes["DRUID"][203554]["point"] = "CENTER"
classes["DRUID"][203554]["style"] = "texturedIcon"
classes["DRUID"][203554]["xOffset"] = -52
classes["DRUID"][207386]["enabled"] = false
classes["DRUID"][207386]["style"] = "texturedIcon"
classes["DRUID"][8936]["point"] = "TOPRIGHT"
classes["DRUID"][8936]["style"] = "texturedIcon"
classes["DRUID"][33763]["point"] = "CENTER"
classes["DRUID"][33763]["style"] = "texturedIcon"
classes["DRUID"][391891]["point"] = "TOPRIGHT"
classes["DRUID"][391891]["style"] = "texturedIcon"
classes["DRUID"][155777]["point"] = "BOTTOMRIGHT"
classes["DRUID"][155777]["style"] = "texturedIcon"
classes["DRUID"][155777]["xOffset"] = -20

-- Evoker
classes["EVOKER"][355941]["style"] = "texturedIcon"
classes["EVOKER"][357170]["point"] = "CENTER"
classes["EVOKER"][357170]["enabled"] = false
classes["EVOKER"][357170]["sizeOffset"] = 5
classes["EVOKER"][357170]["style"] = "texturedIcon"
classes["EVOKER"][360827]["style"] = "texturedIcon"
classes["EVOKER"][363502]["enabled"] = false
classes["EVOKER"][361022]["enabled"] = false
classes["EVOKER"][361022]["style"] = "texturedIcon"
classes["EVOKER"][363502]["style"] = "texturedIcon"
classes["EVOKER"][364343]["sizeOffset"] = 5
classes["EVOKER"][364343]["style"] = "texturedIcon"
Expand All @@ -120,57 +136,97 @@ function DoctorioUI:Setup_AuraFilters()
classes["EVOKER"][395152]["style"] = "texturedIcon"
classes["EVOKER"][395296]["enabled"] = false
classes["EVOKER"][406732]["point"] = "BOTTOM"
classes["EVOKER"][406732]["enabled"] = false
classes["EVOKER"][406732]["style"] = "texturedIcon"
classes["EVOKER"][406789]["enabled"] = false
classes["EVOKER"][406789]["style"] = "texturedIcon"
classes["EVOKER"][410089]["sizeOffset"] = 5
classes["EVOKER"][410089]["style"] = "texturedIcon"

-- Monk
classes["MONK"][115175]["point"] = "TOPRIGHT"
classes["MONK"][115175]["enabled"] = false
classes["MONK"][115175]["style"] = "texturedIcon"
classes["MONK"][115175]["xOffset"] = -20
classes["MONK"][116841]["point"] = "CENTER"
classes["MONK"][116841]["enabled"] = false
classes["MONK"][116841]["sizeOffset"] = 5
classes["MONK"][116841]["style"] = "texturedIcon"
classes["MONK"][116849]["point"] = "CENTER"
classes["MONK"][116849]["enabled"] = false
classes["MONK"][116849]["sizeOffset"] = 5
classes["MONK"][116849]["style"] = "texturedIcon"
classes["MONK"][119611]["point"] = "BOTTOMRIGHT"
classes["MONK"][119611]["style"] = "texturedIcon"
classes["MONK"][124682]["point"] = "TOP"
classes["MONK"][124682]["style"] = "texturedIcon"
classes["MONK"][191840]["point"] = "TOPRIGHT"
classes["MONK"][191840]["enabled"] = false
classes["MONK"][191840]["style"] = "texturedIcon"
classes["MONK"][325209]["style"] = "texturedIcon"

-- Paladin
classes["PALADIN"][1022]["point"] = "CENTER"
classes["PALADIN"][1022]["enabled"] = false
classes["PALADIN"][1022]["sizeOffset"] = 5
classes["PALADIN"][1022]["style"] = "texturedIcon"
classes["PALADIN"][1044]["point"] = "CENTER"
classes["PALADIN"][1044]["enabled"] = false
classes["PALADIN"][1044]["sizeOffset"] = 5
classes["PALADIN"][1044]["style"] = "texturedIcon"
classes["PALADIN"][6940]["point"] = "CENTER"
classes["PALADIN"][6940]["enabled"] = false
classes["PALADIN"][6940]["sizeOffset"] = 5
classes["PALADIN"][6940]["style"] = "texturedIcon"
classes["PALADIN"][53563]["point"] = "TOP"
classes["PALADIN"][53563]["style"] = "texturedIcon"
classes["PALADIN"][148039]["point"] = "CENTER"
classes["PALADIN"][148039]["sizeOffset"] = 5
classes["PALADIN"][148039]["style"] = "texturedIcon"
classes["PALADIN"][156322]["point"] = "TOPRIGHT"
classes["PALADIN"][156322]["xOffset"] = -23
classes["PALADIN"][156322]["enabled"] = false
classes["PALADIN"][156322]["style"] = "texturedIcon"
classes["PALADIN"][156910]["point"] = "TOP"
classes["PALADIN"][156910]["style"] = "texturedIcon"
classes["PALADIN"][157047]["enabled"] = false
classes["PALADIN"][157047]["style"] = "texturedIcon"
classes["PALADIN"][200025]["point"] = "BOTTOMRIGHT"
classes["PALADIN"][200025]["style"] = "texturedIcon"
classes["PALADIN"][200025]["xOffset"] = -23
classes["PALADIN"][200654]["point"] = "TOPRIGHT"
classes["PALADIN"][200654]["color"]["r"] = 1
classes["PALADIN"][200654]["color"]["g"] = 1
classes["PALADIN"][200654]["color"]["b"] = 1
classes["PALADIN"][200654]["displayText"] = false
classes["PALADIN"][200654]["yOffset"] = 0
classes["PALADIN"][200654]["enabled"] = true
classes["PALADIN"][200654]["anyUnit"] = false
classes["PALADIN"][200654]["cooldownX"] = 1
classes["PALADIN"][200654]["id"] = 200654
classes["PALADIN"][200654]["countY"] = 1
classes["PALADIN"][200654]["textThreshold"] = -1
classes["PALADIN"][200654]["countAnchor"] = "BOTTOMRIGHT"
classes["PALADIN"][200654]["sizeOffset"] = 0
classes["PALADIN"][200654]["style"] = "texturedIcon"
classes["PALADIN"][200654]["cooldownY"] = 1
classes["PALADIN"][200654]["countX"] = 1
classes["PALADIN"][200654]["xOffset"] = 0
classes["PALADIN"][200654]["cooldownAnchor"] = "CENTER"
classes["PALADIN"][200654]["onlyShowMissing"] = false
classes["PALADIN"][204018]["point"] = "CENTER"
classes["PALADIN"][204018]["enabled"] = false
classes["PALADIN"][204018]["sizeOffset"] = 5
classes["PALADIN"][204018]["style"] = "texturedIcon"
classes["PALADIN"][223306]["point"] = "CENTER"
classes["PALADIN"][223306]["xOffset"] = 25
classes["PALADIN"][223306]["enabled"] = false
classes["PALADIN"][223306]["sizeOffset"] = 5
classes["PALADIN"][223306]["style"] = "texturedIcon"
classes["PALADIN"][223306]["xOffset"] = 25
classes["PALADIN"][287280]["point"] = "BOTTOMRIGHT"
classes["PALADIN"][287280]["style"] = "texturedIcon"
classes["PALADIN"][395180]["point"] = "CENTER"
classes["PALADIN"][395180]["sizeOffset"] = 5
classes["PALADIN"][395180]["style"] = "texturedIcon"
classes["PALADIN"][431381]["point"] = "BOTTOMRIGHT"
classes["PALADIN"][431381]["style"] = "texturedIcon"

-- Priest
classes["PRIEST"][17]["point"] = "BOTTOMRIGHT"
Expand All @@ -184,21 +240,23 @@ function DoctorioUI:Setup_AuraFilters()
classes["PRIEST"][10060]["sizeOffset"] = 5
classes["PRIEST"][10060]["style"] = "texturedIcon"
classes["PRIEST"][33206]["point"] = "CENTER"
classes["PRIEST"][33206]["enabled"] = false
classes["PRIEST"][33206]["sizeOffset"] = 5
classes["PRIEST"][33206]["style"] = "texturedIcon"
classes["PRIEST"][41635]["point"] = "BOTTOM"
classes["PRIEST"][41635]["style"] = "texturedIcon"
classes["PRIEST"][47788]["point"] = "CENTER"
classes["PRIEST"][47788]["xOffset"] = 0
classes["PRIEST"][47788]["enabled"] = false
classes["PRIEST"][47788]["sizeOffset"] = 5
classes["PRIEST"][47788]["style"] = "texturedIcon"
classes["PRIEST"][47788]["xOffset"] = 0
classes["PRIEST"][77489]["enabled"] = false
classes["PRIEST"][77489]["style"] = "texturedIcon"
classes["PRIEST"][193065]["enabled"] = false
classes["PRIEST"][193065]["point"] = "CENTER"
classes["PRIEST"][193065]["xOffset"] = 0
classes["PRIEST"][193065]["enabled"] = false
classes["PRIEST"][193065]["sizeOffset"] = 5
classes["PRIEST"][193065]["style"] = "texturedIcon"
classes["PRIEST"][193065]["xOffset"] = 0
classes["PRIEST"][194384]["point"] = "TOP"
classes["PRIEST"][194384]["sizeOffset"] = 5
classes["PRIEST"][194384]["style"] = "texturedIcon"
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_DoctorioUI/Core/Commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ end
-- Register all commands
function DoctorioUI:LoadCommands()
self:RegisterChatCommand('doctorioui', 'Toggles')
self:RegisterChatCommand('doctorio', 'Toggles')
self:RegisterChatCommand('doc', 'Toggles')
end
12 changes: 1 addition & 11 deletions ElvUI_DoctorioUI/Core/Database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function DoctorioUI:Setup_ElvUI()
E.db["unitframe"]["units"]["focus"]["customTexts"]["Powerpoints"] = E.db["unitframe"]["units"]["focus"]["customTexts"]["Powerpoints"] or {}
E.db["unitframe"]["units"]["focus"]["customTexts"]["Target Classification"] = E.db["unitframe"]["units"]["focus"]["customTexts"]["Target Classification"] or {}
E.db["unitframe"]["units"]["focus"]["customTexts"]["Target Name"] = E.db["unitframe"]["units"]["focus"]["customTexts"]["Target Name"] or {}
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"] = E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"] or {}
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"] = E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"] or {}
E.db["unitframe"]["units"]["pet"]["customTexts"]["TargetofTarget Name"] = E.db["unitframe"]["units"]["pet"]["customTexts"]["TargetofTarget Name"] or {}
E.db["unitframe"]["units"]["player"]["customTexts"]["HP"] = E.db["unitframe"]["units"]["player"]["customTexts"]["HP"] or {}
Expand Down Expand Up @@ -695,22 +694,13 @@ function DoctorioUI:Setup_ElvUI()
E.db["unitframe"]["units"]["party"]["buffs"]["yOffset"] = -40
E.db["unitframe"]["units"]["party"]["classbar"]["enable"] = false
E.db["unitframe"]["units"]["party"]["colorOverride"] = "FORCE_OFF"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["attachTextTo"] = "Frame"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["enable"] = true
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["font"] = "Expressway"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["fontOutline"] = "OUTLINE"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["justifyH"] = "LEFT"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["size"] = 15
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["text_format"] = "[classcolor][name:long]"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["xOffset"] = 3
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid 2 Name"]["yOffset"] = 14
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["attachTextTo"] = "Frame"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["enable"] = true
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["font"] = "Expressway"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["fontOutline"] = "OUTLINE"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["justifyH"] = "LEFT"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["size"] = 15
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["text_format"] = "[classcolor][name:medium]"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["text_format"] = "[classcolor][name:long]"
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["xOffset"] = 3
E.db["unitframe"]["units"]["party"]["customTexts"]["Raid Name"]["yOffset"] = 14
E.db["unitframe"]["units"]["party"]["debuffs"]["anchorPoint"] = "BOTTOMLEFT"
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_DoctorioUI/Core/Install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DoctorioUI.InstallerData = {
PluginInstallFrame.Desc1:SetText(L["Please click the button below to apply Doctorios profile for ElvUI."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
PluginInstallFrame.Option1:Show()
PluginInstallFrame.Option1:SetScript('OnClick', function() DoctorioUI:Setup_Layout() end)
PluginInstallFrame.Option1:SetScript('OnClick', function() DoctorioUI:Setup_Layout() DoctorioUI:Setup_AuraFilters() end)
PluginInstallFrame.Option1:SetText(L["Import ElvUI"])
end,
[3] = function()
Expand Down
Loading

0 comments on commit 72b3eea

Please sign in to comment.