mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-18 10:23:58 +08:00
Merge pull request #153 from aguibert/showQuickPlay-mobile
Ensure quickplay button shows up on mobile
This commit is contained in:
commit
313c446c33
@ -150,6 +150,7 @@ export class LoginComponent implements OnInit, OnDestroy {
|
|||||||
this.party = data.partyId;
|
this.party = data.partyId;
|
||||||
this.ngZone.run(() => {
|
this.ngZone.run(() => {
|
||||||
this.isSingleParty = true;
|
this.isSingleParty = true;
|
||||||
|
this.isQuickPlayAllowed = true;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('Single party mode disabled');
|
console.log('Single party mode disabled');
|
||||||
|
Loading…
Reference in New Issue
Block a user