NOISSUE mark used accounts/sessions in selection menus
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
class MojangAccount;
|
||||
|
||||
struct User
|
||||
{
|
||||
QString id;
|
||||
@ -46,6 +48,7 @@ struct MULTIMC_LOGIC_EXPORT AuthSession
|
||||
bool auth_server_online = false;
|
||||
// Did the user request online mode?
|
||||
bool wants_online = true;
|
||||
std::shared_ptr<MojangAccount> m_accountPtr;
|
||||
};
|
||||
|
||||
typedef std::shared_ptr<AuthSession> AuthSessionPtr;
|
||||
|
Reference in New Issue
Block a user