NDui

NDui

143k Downloads

是否考虑给infobar的Time加个中键显示低保

YorigamiShion opened this issue · 1 comments

commented
function toogleWeeklyReward()
    if WeeklyRewardsFrame and WeeklyRewardsFrame:IsShown() then
        WeeklyRewardsFrame:Hide()
    else
        if not IsAddOnLoaded('Blizzard_WeeklyRewards') then
            LoadAddOn('Blizzard_WeeklyRewards')
        end
        WeeklyRewardsFrame:Show()
    end
end
commented

本地已经有加了,不过加在了账号大米钥匙那里。你说的这里感觉也可以