Notification system done
This commit is contained in:
@@ -30,8 +30,8 @@ namespace FoxTube.Background
|
||||
template.LoadXml($@"<toast activationType='foreground' launch='video|{id}'>
|
||||
<visual>
|
||||
<binding template='ToastGeneric'>
|
||||
<image placement='hero' src='{thumbnail}'/>
|
||||
<image placement='appLogoOverride' hint-crop='circle' src='{avatar}'/>
|
||||
<image placement='hero' src='{thumbnail.Replace("&", "%26")}'/>
|
||||
<image placement='appLogoOverride' hint-crop='circle' src='{avatar.Replace("&", "%26") ?? "http://foxgame.hol.es/FoxTubeAssets/LogoAvatar.png"}'/>
|
||||
<text>{title}</text>
|
||||
<text>{channel} uploaded a new video</text>
|
||||
</binding>
|
||||
|
||||
Reference in New Issue
Block a user