Merge pull request #153 from aguibert/showQuickPlay-mobile

Ensure quickplay button shows up on mobile
This commit is contained in:
Andrew Guibert 2018-10-17 09:14:21 -05:00 committed by GitHub
commit 313c446c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@ export class LoginComponent implements OnInit, OnDestroy {
this.party = data.partyId;
this.ngZone.run(() => {
this.isSingleParty = true;
this.isQuickPlayAllowed = true;
});
} else {
console.log('Single party mode disabled');