small fix

This commit is contained in:
Tercio Jose
2023-05-02 22:23:09 -03:00
parent abcb6e9086
commit 2356173cf1
@@ -6,7 +6,7 @@ local DF = DetailsFramework
local createOptionsPanel = function()
local startX = 5
local startY = -24
local startY = -32
local heightSize = 540
local DetailsSpellBreakdownTab = DetailsSpellBreakdownTab
@@ -23,6 +23,9 @@ local createOptionsPanel = function()
optionsFrame:SetPoint("topleft", UIParent, "topleft", 2, -40)
optionsFrame:Show()
local bUseSolidColor = true
DF:ApplyStandardBackdrop(optionsFrame, bUseSolidColor)
local resetSettings = function()
for key, value in pairs (Details.default_global_data.breakdown_spell_tab) do
if (type(value) == "table") then