added add account login back in
This commit is contained in:
@@ -8,6 +8,9 @@ namespace accounts {
|
||||
|
||||
AccountController::AccountController()
|
||||
{
|
||||
this->twitch.accounts.itemInserted.connect([this](const auto &args) {
|
||||
accounts.insertItem(std::dynamic_pointer_cast<Account>(args.item));
|
||||
});
|
||||
}
|
||||
|
||||
void AccountController::load()
|
||||
|
||||
Reference in New Issue
Block a user