File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { formatSystemInfo, getSystemInfo } from '../utils/systeminfo'
15
15
import { appendFile , writeFile } from 'fs/promises'
16
16
import { gamesConfigPath } from 'backend/constants'
17
17
import { gameManagerMap } from 'backend/storeManagers'
18
- import { isEnabled } from 'backend/storeManagers/legendary/eos_overlay/eos_overlay'
19
18
import { Winetricks } from 'backend/tools'
20
19
import { platform } from 'os'
21
20
@@ -429,16 +428,6 @@ class LogWriter {
429
428
`Game Settings: ${ gameSettingsString } \n\n`
430
429
)
431
430
432
- // log if EOS overlay is enabled for Epic games
433
- if ( runner === 'legendary' ) {
434
- const enabled = await isEnabled ( app_name )
435
-
436
- await appendFile (
437
- this . filePath ,
438
- `EOS Overlay enabled? ${ enabled ? 'Yes' : 'No' } \n`
439
- )
440
- }
441
-
442
431
// log winetricks packages if not native
443
432
if ( notNative ) {
444
433
const winetricksPackages = await Winetricks . listInstalled (
You can’t perform that action at this time.
0 commit comments