You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
392 B
22 lines
392 B
local AS, L, S, R = unpack(AddOnSkins)
|
|
|
|
local ES = AS.EmbedSystem
|
|
|
|
function R:TinyDPS()
|
|
S:HandleFrame(tdpsFrame)
|
|
tdpsFrame.backdrop:SetAllPoints()
|
|
|
|
tdpsFrame:HookScript('OnShow', function()
|
|
if AS:CheckEmbed('TinyDPS') then
|
|
ES.Main:Show()
|
|
end
|
|
end)
|
|
|
|
if tdpsStatusBar then
|
|
S:HandleStatusBar(tdpsStatusBar)
|
|
end
|
|
|
|
tdpsRefresh()
|
|
end
|
|
|
|
AS:RegisterSkin('TinyDPS')
|
|
|