mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Add Twitch connection tab
This commit is contained in:
@@ -351,6 +351,11 @@ bool TokenIsValid(const std::weak_ptr<TwitchToken> &token_)
|
||||
return token->IsValid();
|
||||
}
|
||||
|
||||
std::deque<std::shared_ptr<Item>> &GetTwitchTokens()
|
||||
{
|
||||
return twitchTokens;
|
||||
}
|
||||
|
||||
static bool ConnectionNameAvailable(const QString &name)
|
||||
{
|
||||
return !GetTwitchTokenByName(name);
|
||||
|
||||
Reference in New Issue
Block a user