[bugfix-452] fix to launch game when steam is not running on linux

This commit is contained in:
LiamillionSS
2024-11-10 00:57:28 +11:00
parent 7c6c6147a6
commit c54d1491e6
+1 -1
View File
@@ -116,7 +116,7 @@ export class SteamService {
public async openSteam(): Promise<void> {
await shell.openPath("steam://open/games");
await shell.openExternal("steam://open/games");
return new Promise((resolve, reject) => {
// Every 3 seconds check if steam is running