forgor a space

This commit is contained in:
cryptofyre 2022-09-21 21:10:01 -05:00
parent 6a34cf17fe
commit 78375f9d36

View file

@ -94,7 +94,7 @@ export class AppEvents {
if (process.platform === "linux") {
app.commandLine.appendSwitch("disable-features", "MediaSessionService");
if(os.version().indexOf("SteamOS")) {
if (os.version().indexOf("SteamOS")) {
app.commandLine.appendSwitch("enable-features", "UseOzonePlatform");
app.commandLine.appendSwitch("ozone-platform", "x11");
}