Notification system development 2
This commit is contained in:
@@ -9,7 +9,7 @@ namespace FoxTube.Background
|
||||
{
|
||||
XmlDocument template = new XmlDocument();
|
||||
|
||||
template.LoadXml($@"<toast activationType='foreground' launch='changelog|{version.Replace(".", "-")}'>
|
||||
template.LoadXml($@"<toast activationType='foreground' launch='changelog|{version}'>
|
||||
<visual>
|
||||
<binding template='ToastGeneric'>
|
||||
<image placement='hero' src='http://foxgame.hol.es/FoxTubeAssets/WhatsNewThumb.png'/>
|
||||
@@ -38,8 +38,8 @@ namespace FoxTube.Background
|
||||
</visual>
|
||||
|
||||
<actions>
|
||||
<action content='Add to Watch later' activationType='background' arguments='later-{id}'/>
|
||||
<action content='Go to channel' activationType='foreground' arguments='channel-{channelId}'/>
|
||||
<action content='Add to Watch later' activationType='background' arguments='later|{id}'/>
|
||||
<action content='Go to channel' activationType='foreground' arguments='channel|{channelId}'/>
|
||||
</actions>
|
||||
</toast>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user