mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-274] return steamLauncher by default just un case
This commit is contained in:
@@ -59,7 +59,7 @@ export class BSLauncherService {
|
||||
if(version.oculus){ return this.oculusLauncher; }
|
||||
if(version.metadata?.store === BsStore.STEAM){ return this.steamLauncher; }
|
||||
if(version.metadata?.store === BsStore.OCULUS){ return this.oculusLauncher; }
|
||||
return null;
|
||||
return this.steamLauncher;
|
||||
}
|
||||
|
||||
public launch(launchOptions: LaunchOption): Observable<BSLaunchEventData>{
|
||||
|
||||
Reference in New Issue
Block a user