Skip to content

Commit

Permalink
Fix Era: remove Bossframe option
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-HeinzSchneider committed Jun 10, 2024
1 parent ac6f1b2 commit 9324671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/Bossframe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ function Module:OnDisable()
end

function Module:RegisterOptionScreens()
if not DF.Cata then return end
DF.ConfigModule:RegisterOptionScreen('Unitframes', 'Boss', {
name = 'Boss',
sub = 'boss',
Expand All @@ -256,7 +257,7 @@ end

function Module:ApplySettings()
local state = Module.db.profile.boss

if not DF.Cata then return end
do
local tex = Module.TmpTex

Expand Down

0 comments on commit 9324671

Please sign in to comment.