Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Jul 7, 2024
1 parent 517a891 commit abf5ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElvUI_ActionBarMasks/ElvUI_ActionBarMasks.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100207
## Interface-Cata: 40400
## Interface-Classic: 11502
## Title: |cff1784d1ElvUI|r |cFF16C3F2Actionbar|r Masks
## Title: |cff1784d1ElvUI|r |cff00FF98Actionbar|r |cffA330C9Masks|r
## Author: Repooc
## Version: 1.28
## RequiredDeps: ElvUI
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_ActionBarMasks/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ local function configTable()
local rrp = E.Options.args.rrp

--* Plugin Section
local abm = ACH:Group('|cFF16C3F2ActionBar|r Masks', nil, 6, 'tab', nil, nil, function() return not AB.Initialized end)
local abm = ACH:Group('|cff00FF98ActionBar|r |cffA330C9Masks|r', nil, 6, 'tab', nil, nil, function() return not AB.Initialized end)
if not rrp then
print("Error Loading Repooc Reforged Plugin Library, make sure to download the addon from Wago AddOns or Curseforge instead of github!")
E.Options.args.abm = abm
Expand Down

0 comments on commit abf5ee3

Please sign in to comment.