Merge branch 'v1.5.0' of https://github.com/Zagrios/bs-manager into v1.5.0

This commit is contained in:
MathieuG-P
2024-04-11 19:10:01 +02:00
-1
View File
@@ -52,7 +52,6 @@ export class SteamService {
* @returns true if the Steam process is running as administrator
*/
public async isElevated(): Promise<boolean>{
if(process.platform === "linux"){ return true; }
const steamPid = await this.getSteamPid();
if(!steamPid){ return false; }