Skip to content

Commit

Permalink
Fixup auto-imported mess
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandMC committed Jan 10, 2025
1 parent 9b2b348 commit e5d76e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ import {
getGameSdl
} from 'backend/storeManagers/legendary/library'
import { storeMap } from 'common/utils'
import MigrationComponent from './components/migration'

app.commandLine?.appendSwitch('ozone-platform-hint', 'auto')

Expand Down Expand Up @@ -1528,4 +1529,3 @@ import {
isWritable
} from './utils/filesystem'
import { Path } from './schemas'
import MigrationComponent from './components/migration'

0 comments on commit e5d76e5

Please sign in to comment.