- Wine support - Loading script - Format code - Hide downloads button on sidebar when not downloading - Add installs list - A lot of improvements & more
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { NormalConfig } from './NormalConfig'
|
|
|
|
export type SettingsProps = {
|
|
normalConfig: NormalConfig | null
|
|
}
|