Skip to content

Commit 15378e1

Browse files
committed
Merge pull request phaserjs#1091 from photonstorm/alvin/dev
Fixed phaserjs#1078 chromeOS no belongs to desktops
2 parents b3d08ea + 79166bb commit 15378e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/system/Device.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Phaser.Device.prototype = {
434434
}
435435
}
436436

437-
if (this.windows || this.macOS || (this.linux && this.silk === false))
437+
if (this.windows || this.macOS || (this.linux && this.silk === false) || this.chromeOS)
438438
{
439439
this.desktop = true;
440440
}

0 commit comments

Comments
 (0)