Skip to content

Intents-launched games fail to launch if 'Steam Offline Mode' preference is disabled #1192

@jeremybernstein

Description

@jeremybernstein

When launching a Steam game via intent while offline, needsDeferLaunch checks isSteamOfflineMode() on the container. If the preference is disabled, the launch defers waiting for Steam login — which never comes when offline. Games with offline mode enabled launch fine.

Fix: remove the isSteamOfflineMode() gate from needsDeferLaunch so both cases defer only on !isLoggedIn. Also rename the preference to "Emulate Steam Offline Mode" with a clearer description, since it controls the in-game Steam emulator's networking, not the Steam client itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    PR Needs Review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions