1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-04 00:24:01 +00:00

Minor fix for the standalone

This commit is contained in:
tobspr 2020-05-29 08:18:40 +02:00
parent 78fb79a3b9
commit 8dac25be97
2 changed files with 2 additions and 1 deletions

1
gulp/.gitignore vendored
View File

@ -1 +1,2 @@
additional_build_files
steampipe

View File

@ -94,7 +94,7 @@ export class MainMenuState extends GameState {
<a class="changelog">${T.changelog.title}</a>
${
G_IS_BROWSER &&
!G_IS_STANDALONE &&
this.app.platformWrapper instanceof PlatformWrapperImplBrowser &&
this.app.platformWrapper.embedProvider.iogLink
? `<a class="iogLink" target="_blank" href="https://iogames.space">.io games</a>`