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:
@@ -187,7 +187,7 @@ void NotificationController::checkStream(bool live, QString channelName)
|
||||
|
||||
if (Toasts::isEnabled())
|
||||
{
|
||||
getApp()->toasts->sendChannelNotification(channelName,
|
||||
getApp()->toasts->sendChannelNotification(channelName, QString(),
|
||||
Platform::Twitch);
|
||||
}
|
||||
if (getSettings()->notificationPlaySound &&
|
||||
|
||||
Reference in New Issue
Block a user