[hotfix] show skip steam only if the lauch option is enabled

This commit is contained in:
Zagrios
2025-01-29 22:15:27 +01:00
parent 43a4cdfe45
commit a54c146772
@@ -89,7 +89,7 @@ export class SteamLauncherService extends AbstractLauncherService implements Sto
obs.next({type: BSLaunchWarning.UNABLE_TO_LAUNCH_STEAM});
});
}
else {
else if(skipSteam) {
obs.next({ type: BSLaunchEvent.SKIPPING_STEAM_LAUNCH});
}