Skip to content

Commit

Permalink
Rename options
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Mar 8, 2021
1 parent 9e91cba commit b2d39ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WorldQuestTracker_GroupFinder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1629,8 +1629,8 @@ function kspam.OnClickConfigButton()
set = function (self, fixedparam, value)
WorldQuestTracker.db.profile.groupfinder.kfilter.enabled = value
end,
name = "Filter #Ads",
desc = "Filter #Ads.",
name = "Ad-Blocker Enabled",
desc = "Ad-Blocker Enabled",
},

--auto ignore leader
Expand All @@ -1640,8 +1640,8 @@ function kspam.OnClickConfigButton()
set = function (self, fixedparam, value)
WorldQuestTracker.db.profile.groupfinder.kfilter.ignore_leaders_enabled = value
end,
name = "Ignore Leader From #Ads",
desc = "Ignore Leader From #Ads",
name = "Ignore Leader From Ads",
desc = "Ignore Leader From Ads",
},

--purge list of banned leaders
Expand Down

0 comments on commit b2d39ea

Please sign in to comment.