added regex highlights
This commit is contained in:
@@ -27,7 +27,7 @@ TwitchServer::TwitchServer()
|
||||
|
||||
void TwitchServer::initialize()
|
||||
{
|
||||
getApp()->accounts->Twitch.userChanged.connect(
|
||||
getApp()->accounts->Twitch.currentUserChanged.connect(
|
||||
[this]() { util::postToThread([this] { this->connect(); }); });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user