refactor(notifications): remove platform specifier (#5914)
This commit is contained in:
@@ -122,8 +122,8 @@ void NotificationController::notifyTwitchChannelLive(
|
||||
{
|
||||
if (Toasts::isEnabled())
|
||||
{
|
||||
getApp()->getToasts()->sendChannelNotification(
|
||||
payload.channelName, payload.title, Platform::Twitch);
|
||||
getApp()->getToasts()->sendChannelNotification(payload.channelName,
|
||||
payload.title);
|
||||
}
|
||||
if (getSettings()->notificationPlaySound)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user