Skip to content

Commit 8c0372a

Browse files
committed
fix trinket bar not hiding when you toggle it off
1 parent edc5229 commit 8c0372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/TrinketBar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ local function LayoutTrinketBar()
245245
end
246246
end
247247

248-
BCDM.TrinketBarContainer:Show()
248+
if CustomDB.Enabled then BCDM.TrinketBarContainer:Show() else BCDM.TrinketBarContainer:Hide() end
249249
end
250250

251251
function BCDM:SetupTrinketBar()

0 commit comments

Comments
 (0)