Added stream titles to windows toast notifications (#2044)

Co-authored-by: 23rd <23rd@vivaldi.net>
Co-authored-by: David Myers <dave-myers@outlook.com>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
yodax
2022-10-30 08:29:43 -04:00
committed by GitHub
parent fa93d63383
commit d23d5c142e
5 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ void TwitchChannel::setLive(bool newLiveStatus)
if (Toasts::isEnabled())
{
getApp()->toasts->sendChannelNotification(
this->getName(), Platform::Twitch);
this->getName(), guard->title, Platform::Twitch);
}
if (getSettings()->notificationPlaySound)
{