Skip to content

Commit

Permalink
move this back to core options
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 9, 2024
1 parent 709b08e commit 68135f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-SpellTimers/SpellTimers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ do
DBM:RegisterOnGuiLoadCallback(function()
local createnewentry
local CurCount = 0
local panel = _G["DBM_GUI"]:CreateNewPanel(L.TabCategory_SpellsUsed, "OTHER")
local panel = _G["DBM_GUI"]:CreateNewPanel(L.TabCategory_SpellsUsed, "option")
local generalarea = panel:CreateArea(L.AreaGeneral)
local auraarea = panel:CreateArea(L.AreaAuras)

Expand Down

0 comments on commit 68135f0

Please sign in to comment.