Fix steam login not working

This commit is contained in:
tobspr 2022-10-13 11:25:47 +02:00
parent ee2279d5f0
commit e0bc74a4fd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export class MainMenuState extends GameState {
!G_GOG_VERSION;
const showWegameFooter = G_WEGAME_VERSION;
const hasMods = MODS.anyModsActive();
const hasSteamBridge = G_IS_STANDALONE && !G_GOG_VERSION && !G_IS_STEAM_DEMO;
const hasSteamBridge = !G_GOG_VERSION && !G_IS_STEAM_DEMO;
let showExternalLinks = true;