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 17, 2024
2 parents 60900fd + ef7bf82 commit fc21462
Show file tree
Hide file tree
Showing 23 changed files with 249 additions and 190 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
patreon: Luckyone
github: Luckyone961
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Version 3.05 [17-08-2024]
**All WoW Versions:**
ElvUI 13.74+ compatibility
Fixes for the AddOnSkins profile db
Removed alt setup from installer, since the installer won't pop up on alts anyways (still available in the config)
Updated deDE locales (Credits: Dlarge)
**Retail:**
Added LuckyoneUI edits of class packs for around 18 specializations
Reworked WeakAuras config section
Updated TOC for 11.0.2
WeakAuras can now be imported from ingame rather than a Wago link
___
### Version 3.04 [07-08-2024]
**All WoW Versions:**
Added % sign to player mana in the healing layout
Expand Down
24 changes: 9 additions & 15 deletions CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
### Version 3.04 [07-08-2024]
### Version 3.05 [17-08-2024]
**All WoW Versions:**
Added % sign to player mana in the healing layout
Added luckyone:name:abbrev Tags with and without class color suffix
Added option to toggle a privacy overlay for the guild chat in /lucky config -> Blizzard improvements
Added skin for the "Tabardy" AddOn
Fixes for Plater Nameplates profile installer to perform correct scaling
Fixes for alt quick setup to perform correct scaling on 1080p ActionBars DataText
ElvUI 13.74+ compatibility
Fixes for the AddOnSkins profile db
Removed alt setup from installer, since the installer won't pop up on alts anyways (still available in the config)
Updated deDE locales (Credits: Dlarge)
**Retail:**
Added the following to developer CVars list: minimapTrackingShowAll, cameraIndirectOffset
Double % sign should be fixed for the healermana display of the party frames
No longer abbreviate enchants in the character panel by default
Set the default scale of the new ESC game menu to 80%
Updated Plater profile
Updated WindTools profile (Turnin button is now hidden when 0 Quests are being tracked)
**Classic:**
Custom Aura Filters setup button is now available for Classic in /lucky config -> Buffs and Debuffs
Added LuckyoneUI edits of class packs for around 18 specializations
Reworked WeakAuras config section
Updated TOC for 11.0.2
WeakAuras can now be imported from ingame rather than a Wago link
55 changes: 21 additions & 34 deletions ElvUI_LuckyoneUI/Core/Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,40 +304,27 @@ function L1UI:Config()

-- WeakAuras Retail
L1UI.Options.args.weakauras = ACH:Group('WeakAuras', nil, 14, nil, nil, nil, nil, not E.Retail)
L1UI.Options.args.weakauras.args.header1 = ACH:Header(L["WeakAuras - Maintained"], 1)
L1UI.Options.args.weakauras.args.spacer1 = ACH:Spacer(2, 'full')
L1UI.Options.args.weakauras.args.druid = ACH:Execute(format('|cffFF7C0A%s|r', L["Druid"]), nil, 3, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Druid') end)
L1UI.Options.args.weakauras.args.evoker = ACH:Execute(format('|cff33937F%s|r', L["Evoker"]), nil, 4, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Evoker') end)
L1UI.Options.args.weakauras.args.spacer2 = ACH:Spacer(5, 'full')
L1UI.Options.args.weakauras.args.header2 = ACH:Header(L["WeakAuras - Discontinued"], 6)
L1UI.Options.args.weakauras.args.spacer3 = ACH:Spacer(7, 'full')
L1UI.Options.args.weakauras.args.priest = ACH:Execute(format('|cffFFFFFF%s|r', L["Priest"]), nil, 8, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Priest') end)
L1UI.Options.args.weakauras.args.monk = ACH:Execute(format('|cff00FF98%s|r', L["Monk"]), nil, 9, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Monk') end)
L1UI.Options.args.weakauras.args.warlock = ACH:Execute(format('|cff8788EE%s|r', L["Warlock"]), nil, 10, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Warlock') end)
L1UI.Options.args.weakauras.args.hunter = ACH:Execute(format('|cffAAD372%s|r', L["Hunter"]), nil, 11, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Hunter') end)
L1UI.Options.args.weakauras.args.rogue = ACH:Execute(format('|cffFFF468%s|r', L["Rogue"]), nil, 12, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Rogue') end)
L1UI.Options.args.weakauras.args.mage = ACH:Execute(format('|cff3FC7EB%s|r', L["Mage"]), nil, 13, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Mage') end)
L1UI.Options.args.weakauras.args.dh = ACH:Execute(format('|cffA330C9%s|r', L["Demon Hunter"]), nil, 14, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-DH') end)
L1UI.Options.args.weakauras.args.dk = ACH:Execute(format('|cffC41E3A%s|r', L["Death Knight"]), nil, 15, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-DK') end)
L1UI.Options.args.weakauras.args.paladin = ACH:Execute(format('|cffF48CBA%s|r', L["Paladin"]), nil, 16, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Paladin') end)
L1UI.Options.args.weakauras.args.shaman = ACH:Execute(format('|cff0070DD%s|r', L["Shaman"]), nil, 17, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Shaman') end)
L1UI.Options.args.weakauras.args.warrior = ACH:Execute(format('|cffC69B6D%s|r', L["Warrior"]), nil, 18, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Warrior') end)
L1UI.Options.args.weakauras.args.spacer4 = ACH:Spacer(19, 'full')
L1UI.Options.args.weakauras.args.header3 = ACH:Header(L["WeakAuras - Dragonflight"], 20)
L1UI.Options.args.weakauras.args.spacer5 = ACH:Spacer(21, 'full')
L1UI.Options.args.weakauras.args.keys = ACH:Execute('Link Keystones', nil, 22, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/keystones') end)
L1UI.Options.args.weakauras.args.affixes = ACH:Execute('Mythic+ Affixes', nil, 23, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/affixes') end)
L1UI.Options.args.weakauras.args.dragonriding = ACH:Execute('Dragonriding HUD', nil, 24, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/LuckyoneUI-Dragonriding') end)
L1UI.Options.args.weakauras.args.spacer6 = ACH:Spacer(25, 'full')
L1UI.Options.args.weakauras.args.header4 = ACH:Header(L["WeakAuras - Useful Stuff"], 26)
L1UI.Options.args.weakauras.args.spacer7 = ACH:Spacer(27, 'full')
L1UI.Options.args.weakauras.args.trinket = ACH:Execute('Trinket Tracking', nil, 28, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/Trinket') end)
L1UI.Options.args.weakauras.args.swapblaster = ACH:Execute('Swapblaster Alert', nil, 29, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/swapblaster') end)
L1UI.Options.args.weakauras.args.groupfinderClasses = ACH:Execute('Groupfinder Classes', nil, 30, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/groupfinderClasses') end)
L1UI.Options.args.weakauras.args.groupfinderApptext = ACH:Execute('Groupfinder Applicants', nil, 31, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/appTextHide') end)
L1UI.Options.args.weakauras.args.innervate = ACH:Execute('Better InnervateMe', nil, 32, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/betterInnervate') end)
L1UI.Options.args.weakauras.args.handleFriendlyNP = ACH:Execute('Handle Friendly NP', nil, 33, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/handleFriendlyNamePlates') end)
L1UI.Options.args.weakauras.args.handleNameplateFont = ACH:Execute('Handle NP Font', nil, 34, function() E:StaticPopup_Show('L1UI_EDITBOX', nil, nil, 'https://wago.io/handleNamePlatesFont') end)
L1UI.Options.args.weakauras.args.maintained = ACH:Group(L["WeakAuras - Maintained"], nil, 1)
L1UI.Options.args.weakauras.args.maintained.inline = true
L1UI.Options.args.weakauras.args.maintained.args.evoker = ACH:Execute(format('|cff33937F%s|r', L["Evoker"]), nil, 1, function() Private:WeakAurasImport('evoker') end)
L1UI.Options.args.weakauras.args.maintained.args.druid = ACH:Execute(format('|cffFF7C0A%s|r', L["Druid"]), nil, 2, function() Private:WeakAurasImport('druid') end)
L1UI.Options.args.weakauras.args.edits = ACH:Group(L["WeakAuras - Edits of other packs"], nil, 2)
L1UI.Options.args.weakauras.args.edits.inline = true
L1UI.Options.args.weakauras.args.edits.args.importButtonRanged = ACH:Execute(L["Ranged DPS"], nil, 1, function() Private:WeakAurasImport('customEditsRanged') end)
L1UI.Options.args.weakauras.args.edits.args.importButtonMelee = ACH:Execute(L["Melee DPS"], nil, 2, function() Private:WeakAurasImport('customEditsMelee') end)
L1UI.Options.args.weakauras.args.edits.args.spacer = ACH:Spacer(3, 'full')
L1UI.Options.args.weakauras.args.edits.args.auraList = ACH:Description('- |cff00FF98Monk|r Windwalker\n- |cffFFFFFFPriest|r: Shadow\n- |cffA330C9Demon Hunter|r: Havoc\n- |cffAAD372Hunter|r: Beast Master, Marksmanship\n- |cffFFF468Rogue|r: Assassination, Outlaw\n- |cff3FC7EBMage|r: Arcane, Fire\n- |cffC41E3ADeath Knight|r: Unholy, Frost\n- |cffF48CBAPaladin|r: Retribution\n- |cff8788EEWarlock|r: Demonology, Destruction\n- |cffC69B6DWarrior|r: Fury, Arms\n- |cff0070DDShaman|r: Elemental\n- |cffFF7C0ADruid|r: Feral', 4, 'medium')
L1UI.Options.args.weakauras.args.misc = ACH:Group(L["WeakAuras - General"], nil, 3)
L1UI.Options.args.weakauras.args.misc.inline = true
L1UI.Options.args.weakauras.args.misc.args.keys = ACH:Execute('!keys command', nil, 1, function() Private:WeakAurasImport('keys') end)
L1UI.Options.args.weakauras.args.misc.args.dragonriding = ACH:Execute('Dragonriding', nil, 2, function() Private:WeakAurasImport('dragonriding') end)
L1UI.Options.args.weakauras.args.misc.args.elvuiMythicVisibility = ACH:Execute('ElvUI Mythic Handler', nil, 3, function() Private:WeakAurasImport('elvuiMythicVisibility') end)
L1UI.Options.args.weakauras.args.misc.args.externals = ACH:Execute('Externals on You', nil, 4, function() Private:WeakAurasImport('externals') end)
L1UI.Options.args.weakauras.args.misc.args.groupfinderAppTextHide = ACH:Execute('Groupfinder AppText Hide', nil, 5, function() Private:WeakAurasImport('groupfinderAppTextHide') end)
L1UI.Options.args.weakauras.args.misc.args.handleFriendlyNamePlates = ACH:Execute('Handle Friendly Plates', nil, 6, function() Private:WeakAurasImport('handleFriendlyNamePlates') end)
L1UI.Options.args.weakauras.args.misc.args.handleNamePlatesFont = ACH:Execute('Handle Plates Font ', nil, 7, function() Private:WeakAurasImport('handleNamePlatesFont') end)
L1UI.Options.args.weakauras.args.misc.args.playerFrameUtilities = ACH:Execute('Player Frame Utility', nil, 8, function() Private:WeakAurasImport('playerFrameUtilities') end)
L1UI.Options.args.weakauras.args.misc.args.trinket = ACH:Execute('Trinket Tracker', nil, 9, function() Private:WeakAurasImport('trinket') end)

-- Credits
L1UI.Options.args.credits = ACH:Group(format('|cfd9b9b9b%s|r', L["Credits"]), nil, 15)
Expand Down
62 changes: 23 additions & 39 deletions ElvUI_LuckyoneUI/Core/Install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,6 @@ L1UI.InstallerData = {
PluginInstallFrame.Option1:SetText(format('|cffC80000%s', L["Skip and close the installer"]))
end,
[2] = function()
PluginInstallFrame.SubTitle:SetText(L["Quick setup for alts"])
PluginInstallFrame.Desc1:SetText(L["This step will load your most recent LuckyoneUI profile."])
PluginInstallFrame.Desc2:SetText(L["Useful for a quick setup on your alts."])
PluginInstallFrame.Desc3:SetText(format('|cff4beb2c%s', L["Optional step. Skip if you plan on a fresh install."]))
PluginInstallFrame.Option1:Show()
PluginInstallFrame.Option1:SetScript('OnClick', function() Private:HandleAlts('Main') end)
PluginInstallFrame.Option1:SetText(L["Alt: "] .. L["DPS & Tanks"])
PluginInstallFrame.Option2:Show()
PluginInstallFrame.Option2:SetScript('OnClick', function() Private:HandleAlts('Healing') end)
PluginInstallFrame.Option2:SetText(L["Alt: "] .. L["Healing"])
PluginInstallFrame.Option3:Show()
PluginInstallFrame.Option3:SetScript('OnClick', function() Private:HandleAlts('Support') end)
PluginInstallFrame.Option3:SetText(L["Alt: "] .. format('|cff33937F%s', L["Augmentation"]))
end,
[3] = function()
PluginInstallFrame.SubTitle:SetText(L["Layout Scale"])
PluginInstallFrame.Desc1:SetText(L["1440p = Default | 1080p = Downscaled"] .. '.')
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -98,7 +83,7 @@ L1UI.InstallerData = {
PluginInstallFrame.Option2:SetScript('OnClick', function() E.global.L1UI.scaled = true Private:Print(L["Layout Scale"] .. ' 1080p') end)
PluginInstallFrame.Option2:SetText('1080p')
end,
[4] = function()
[3] = function()
PluginInstallFrame.SubTitle:SetText(L["ElvUI Layouts"])
PluginInstallFrame.Desc1:SetText(L["This step will configure the ElvUI layout of your choice."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -113,7 +98,7 @@ L1UI.InstallerData = {
PluginInstallFrame.Option3:SetScript('OnClick', function() Private:Setup_Layout_TheWarWithin('support', true) end)
PluginInstallFrame.Option3:SetText(format('|cff33937F%s', L["Augmentation"]))
end,
[E.Retail and 5] = function()
[E.Retail and 4] = function()
PluginInstallFrame.SubTitle:SetText(L["ElvUI Plugins"])
PluginInstallFrame.Desc1:SetText(L["This step will configure profiles for other ElvUI plugins."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -124,7 +109,7 @@ L1UI.InstallerData = {
PluginInstallFrame.Option2:SetScript('OnClick', function() Private:Setup_ShadowAndLight(true) end)
PluginInstallFrame.Option2:SetText('|cff9482c9Shadow & Light|r')
end,
[E.Retail and 6 or 5] = function()
[E.Retail and 5 or 4] = function()
PluginInstallFrame.SubTitle:SetText(L["Color Theme"])
PluginInstallFrame.Desc1:SetText(L["Select your preferred UnitFrames color theme."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Optional step. Dark is applied by default."]))
Expand All @@ -135,7 +120,7 @@ L1UI.InstallerData = {
PluginInstallFrame.Option2:SetScript('OnClick', function() Private:Setup_Theme('class', true) end)
PluginInstallFrame.Option2:SetText(L["Class Color"])
end,
[E.Retail and 7 or 6] = function()
[E.Retail and 6 or 5] = function()
PluginInstallFrame.SubTitle:SetText(L["Chat"])
PluginInstallFrame.Desc1:SetText(L["This step will configure your two chat panels."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -145,7 +130,7 @@ L1UI.InstallerData = {
PluginInstallFrame.Option1:SetScript('OnClick', function() Private:Setup_Chat(true) end)
PluginInstallFrame.Option1:SetText(L["Setup Chat"])
end,
[E.Retail and 8 or 7] = function()
[E.Retail and 7 or 6] = function()
PluginInstallFrame.SubTitle:SetText(L["Console Variables"])
PluginInstallFrame.Desc1:SetText(L["This step will configure some of Blizzards console variables."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -155,7 +140,7 @@ L1UI.InstallerData = {
PluginInstallFrame.Option1:SetScript('OnClick', function() Private:Setup_CVars(nil, true) end)
PluginInstallFrame.Option1:SetText(L["Setup CVars"])
end,
[E.Retail and 9 or 8] = function()
[E.Retail and 8 or 7] = function()
PluginInstallFrame.SubTitle:SetText(L["NamePlates"])
PluginInstallFrame.Desc1:SetText(L["Choose between ElvUI NamePlates and Plater NamePlates."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -166,7 +151,7 @@ L1UI.InstallerData = {
PluginInstallFrame.Option2:SetScript('OnClick', function() Private:Setup_Plater(true) end)
PluginInstallFrame.Option2:SetText('Plater')
end,
[E.Retail and 10 or 9] = function()
[E.Retail and 9 or 8] = function()
PluginInstallFrame.SubTitle:SetText(L["BigWigs profile"])
PluginInstallFrame.Desc1:SetText(L["Please click the button below to apply Luckyones profile for BigWigs and LittleWigs."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -177,15 +162,15 @@ L1UI.InstallerData = {
PluginInstallFrame.Option2:SetScript('OnClick', function() Private:Setup_BigWigs('healing') end)
PluginInstallFrame.Option2:SetText(L["BigWigs Healing"])
end,
[E.Retail and 11 or 10] = function()
[E.Retail and 10 or 9] = function()
PluginInstallFrame.SubTitle:SetText(L["Details profile"])
PluginInstallFrame.Desc1:SetText(L["Please click the button below to apply Luckyones profile for Details! Damage Meter."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
PluginInstallFrame.Option1:Show()
PluginInstallFrame.Option1:SetScript('OnClick', function() Private:Setup_Details(true) end)
PluginInstallFrame.Option1:SetText(L["Setup Details"])
end,
[E.Retail and 12] = function()
[E.Retail and 11] = function()
PluginInstallFrame.SubTitle:SetText(L["OmniCD profile"])
PluginInstallFrame.Desc1:SetText(L["Please click the button below to apply Luckyones profile for OmniCD Party CDs."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
Expand All @@ -196,15 +181,15 @@ L1UI.InstallerData = {
PluginInstallFrame.Option2:SetScript('OnClick', function() Private:Setup_OmniCD('healing', true) end)
PluginInstallFrame.Option2:SetText(L["OmniCD Healing"])
end,
[E.Retail and 13] = function()
[E.Retail and 12] = function()
PluginInstallFrame.SubTitle:SetText(L["WarpDeplete profile"])
PluginInstallFrame.Desc1:SetText(L["Please click the button below to apply Luckyones profile for WarpDeplete."])
PluginInstallFrame.Desc2:SetText(format('|cff4beb2c%s', L["Recommended step. Should not be skipped."]))
PluginInstallFrame.Option1:Show()
PluginInstallFrame.Option1:SetScript('OnClick', function() Private:Setup_WarpDeplete(true) end)
PluginInstallFrame.Option1:SetText(L["Setup WarpDeplete"])
end,
[E.Retail and 14 or 11] = function()
[E.Retail and 13 or 10] = function()
PluginInstallFrame.SubTitle:SetText(L["Installation Complete"])
PluginInstallFrame.Desc1:SetText(L["You have completed the installation process, please click 'Finished' to reload the UI."])
PluginInstallFrame.Desc2:SetText(L["Feel free to join our community Discord for support and social chats."])
Expand All @@ -218,19 +203,18 @@ L1UI.InstallerData = {
},
StepTitles = {
[1] = L["Welcome"],
[2] = L["Quick setup for alts"],
[3] = L["Layout Scale"],
[4] = L["ElvUI Layouts"],
[E.Retail and 5] = L["ElvUI Plugins"],
[E.Retail and 6 or 5] = L["Color Theme"],
[E.Retail and 7 or 6] = L["Chat"],
[E.Retail and 8 or 7] = L["Console Variables"],
[E.Retail and 9 or 8] = L["NamePlates"],
[E.Retail and 10 or 9] = 'BigWigs',
[E.Retail and 11 or 10] = 'Details',
[E.Retail and 12] = 'OmniCD',
[E.Retail and 13] = 'WarpDeplete',
[E.Retail and 14 or 11] = L["Installation Complete"],
[2] = L["Layout Scale"],
[3] = L["ElvUI Layouts"],
[E.Retail and 4] = L["ElvUI Plugins"],
[E.Retail and 5 or 4] = L["Color Theme"],
[E.Retail and 6 or 5] = L["Chat"],
[E.Retail and 7 or 6] = L["Console Variables"],
[E.Retail and 8 or 7] = L["NamePlates"],
[E.Retail and 9 or 8] = 'BigWigs',
[E.Retail and 10 or 9] = 'Details',
[E.Retail and 11] = 'OmniCD',
[E.Retail and 12] = 'WarpDeplete',
[E.Retail and 13 or 10] = L["Installation Complete"],
},
StepTitlesColor = { 1, 1, 1 },
StepTitlesColorSelected = { 0, 179 / 255, 1 },
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.04
## Version: 3.05

## Interface: 40400
## X-Required-ElvUI: 13.73
## X-Required-ElvUI: 13.74

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
6 changes: 3 additions & 3 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.04
## Version: 3.05

## Interface: 110000, 110002
## X-Required-ElvUI: 13.73
## Interface: 110002
## X-Required-ElvUI: 13.74

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
Loading

0 comments on commit fc21462

Please sign in to comment.