Skip to content

Commit

Permalink
hide this setting when not in classic era
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Nov 5, 2023
1 parent 5ad9d85 commit d1b8b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ClassicCastbars_Options/ClassicCastbars_Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ local function GetOptionsTable()
order = 8,
type = "description",
name = "\n",
hidden = not isClassicEra,
},

-- Character specific savedvariables Checkbox
Expand Down Expand Up @@ -716,6 +717,7 @@ local function GetOptionsTable()
order = 10,
width = 1.4,
type = "toggle",
hidden = not isClassicEra,
name = "Clear CastTime Cache Per Zone",
desc = "Delete cached NPC cast times every time you change a major zone.",
get = function()
Expand Down

0 comments on commit d1b8b91

Please sign in to comment.