Files
launcher/src/types/SettingsProps.ts
Lncvrt ab26a4f5e9 Look at description for changelog
- Wine support
- Loading script
- Format code
- Hide downloads button on sidebar when not downloading
- Add installs list
- A lot of improvements & more
2025-07-22 23:12:33 -07:00

6 lines
115 B
TypeScript

import { NormalConfig } from './NormalConfig'
export type SettingsProps = {
normalConfig: NormalConfig | null
}