fix currentUser thing
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include "twitch/twitchuser.hpp"
|
||||
|
||||
#include <pajlada/settings/setting.hpp>
|
||||
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
@@ -37,6 +39,8 @@ public:
|
||||
private:
|
||||
AccountManager();
|
||||
|
||||
pajlada::Settings::Setting<std::string> currentUser;
|
||||
|
||||
twitch::TwitchUser twitchAnonymousUser;
|
||||
std::vector<twitch::TwitchUser> twitchUsers;
|
||||
std::mutex twitchUsersMutex;
|
||||
|
||||
Reference in New Issue
Block a user