feat: add option to suppress live notifications on startup (#5388)
This commit is contained in:
@@ -587,7 +587,7 @@ QString injectStreamUpdateNoStream(const CommandContext &ctx)
|
||||
return "";
|
||||
}
|
||||
|
||||
ctx.twitchChannel->updateStreamStatus(std::nullopt);
|
||||
ctx.twitchChannel->updateStreamStatus(std::nullopt, false);
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user