self:SetActionCallback(function()
if ShowDailyLoginScene then -- called from the announcement panel (internal ingame)
ShowDailyLoginScene()
else -- called from the logout/quit dialog (ingame)
ZO_Dialogs_ReleaseAllDialogs()
ZO_DAILYLOGINREWARDS_MANAGER:ShowDailyLoginRewardsScene()
end
end)