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
This commit is contained in:
2025-07-22 23:00:54 -07:00
parent 49b5441136
commit ab26a4f5e9
20 changed files with 826 additions and 392 deletions

View File

@@ -1,6 +1,6 @@
export type SettingProps = {
label: string
value: boolean
onChange: (val: boolean) => void,
onChange: (val: boolean) => void
className?: string
}