mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	Open first user added
This commit is contained in:
		@@ -7,7 +7,9 @@ constexpr ResultCode ERROR_TOO_MANY_USERS(ErrorModule::Account, -1);
 | 
			
		||||
constexpr ResultCode ERROR_ARGUMENT_IS_NULL(ErrorModule::Account, 20);
 | 
			
		||||
 | 
			
		||||
ProfileManager::ProfileManager() {
 | 
			
		||||
    CreateNewUser(UUID{1, 0}, Settings::values.username);
 | 
			
		||||
    auto user_uuid = UUID{1, 0};
 | 
			
		||||
    CreateNewUser(user_uuid, Settings::values.username);
 | 
			
		||||
    OpenUser(user_uuid);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
size_t ProfileManager::AddToProfiles(const ProfileInfo& user) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user