refactor(notifications): remove platform specifier (#5914)

This commit is contained in:
apa420
2025-02-09 12:53:25 +01:00
committed by GitHub
parent b01f50856d
commit 7dad35b7a7
5 changed files with 35 additions and 52 deletions
@@ -187,7 +187,7 @@ QString debugTest(const CommandContext &ctx)
auto title = ctx.twitchChannel->accessStreamStatus()->title;
getApp()->getToasts()->sendChannelNotification(
ctx.twitchChannel->getName(), title, Platform::Twitch);
ctx.twitchChannel->getName(), title);
ctx.channel->addSystemMessage(
QString("debug-test sent desktop notification"));
}