Skip to content

Commit

Permalink
- remove this as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Oct 8, 2024
1 parent 8f13520 commit d0dc9c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion Plater_DefaultSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ PLATER_DEFAULT_SETTINGS = {
aura_cooldown_edge_texture = [[Interface\AddOns\Plater\images\cooldown_edge_2]],

aura_enabled = true,
auras_experimental_update_classic_era = true,
aura_show_tooltip = false,
aura_width = 26,
aura_height = 16,
Expand Down
14 changes: 0 additions & 14 deletions Plater_OptionsPanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2704,20 +2704,6 @@ local debuff_options = {
},
}

if IS_WOW_PROJECT_CLASSIC_ERA then
tinsert(debuff_options, 5, {
type = "toggle",
boxfirst = true,
get = function() return Plater.db.profile.auras_experimental_update_classic_era end,
set = function (self, fixedparam, value)
Plater.db.profile.auras_experimental_update_classic_era = value
Plater.RefreshAuraCache()
end,
name = "Enable experimental aura updates",
desc = "Enable experimental aura updates for classic era.\nMight help in tracking enemy buffs that are applied while the nameplate is visible.",
})
end

_G.C_Timer.After(0.850, function() --~delay
debuff_options.always_boxfirst = true
debuff_options.language_addonId = addonId
Expand Down

0 comments on commit d0dc9c4

Please sign in to comment.