Skip to content

Commit e0bc74a

Browse files
committed
Fix steam login not working
1 parent ee2279d commit e0bc74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/states/main_menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class MainMenuState extends GameState {
4848
!G_GOG_VERSION;
4949
const showWegameFooter = G_WEGAME_VERSION;
5050
const hasMods = MODS.anyModsActive();
51-
const hasSteamBridge = G_IS_STANDALONE && !G_GOG_VERSION && !G_IS_STEAM_DEMO;
51+
const hasSteamBridge = !G_GOG_VERSION && !G_IS_STEAM_DEMO;
5252

5353
let showExternalLinks = true;
5454

0 commit comments

Comments
 (0)