mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: migrating repacks to a worker
This commit is contained in:
parent
1dd13303d5
commit
0722868c35
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ export function Downloads() {
|
||||||
|
|
||||||
const gameToBeDeleted = useRef<number | null>(null);
|
const gameToBeDeleted = useRef<number | null>(null);
|
||||||
|
|
||||||
const [filteredLibrary, setFilteredLibrary] = useState<Game[]>([]);
|
const [filteredLibrary, setFilteredLibrary] = useState<
|
||||||
|
Omit<Game, "repacks">[]
|
||||||
|
>([]);
|
||||||
const [showBinaryNotFoundModal, setShowBinaryNotFoundModal] = useState(false);
|
const [showBinaryNotFoundModal, setShowBinaryNotFoundModal] = useState(false);
|
||||||
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue