File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/components/settings-components Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import { State } from '../../store';
19
19
import VueRouter from ' vue-router' ;
20
20
import {getLaunchType , LaunchType } from " ../../model/real_enums/launch/LaunchType" ;
21
21
import {LaunchTypeModalOpen } from " ../../components/modals/launch-type/LaunchTypeRefs" ;
22
+ import appWindow from ' ../../providers/node/app/app_window' ;
22
23
23
24
const store = getStore <State >();
24
25
let router! : VueRouter ;
@@ -342,7 +343,7 @@ onMounted(async () => {
342
343
)
343
344
}
344
345
345
- if ([' linux' , ' darwin' ].includes (process . platform ) && activeGame .value .activePlatform .storePlatform === Platform .STEAM ) {
346
+ if ([' linux' , ' darwin' ].includes (appWindow . getPlatform () ) && activeGame .value .activePlatform .storePlatform === Platform .STEAM ) {
346
347
settingsList .push (
347
348
new SettingsRow (
348
349
' Debugging' ,
You can’t perform that action at this time.
0 commit comments