Skip to content

Commit

Permalink
Fix /tukui status
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Aug 21, 2024
1 parent 874f3d0 commit 18d8db4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tukui/Core/Status.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ local T, C, L = unpack((select(2, ...)))

local Status = CreateFrame("Frame", "TukuiStatus", UIParent)
local IsAddOnLoaded = (C_AddOns and C_AddOns.IsAddOnLoaded) or IsAddOnLoaded
local GetNumAddOns = GetNumAddOns or (C_AddOns and C_AddOns.GetNumAddOns)
local GetAddOnInfo = GetAddOnInfo or (C_AddOns and C_AddOns.GetAddOnInfo)
local IsAddOnLoaded = (C_AddOns and C_AddOns.IsAddOnLoaded) or IsAddOnLoaded

function Status:AddonsCheck()
for i = 1, GetNumAddOns() do
Expand Down

0 comments on commit 18d8db4

Please sign in to comment.