Merge remote-tracking branch 'origin/main' into feat/add-select-folder-modal-in-game-installation

This commit is contained in:
shadowtosser 2024-04-20 17:03:29 -03:00
commit 433b05df36
30 changed files with 416 additions and 275 deletions

View file

@ -83,7 +83,9 @@ export function GameDetails() {
}, [getGame, gameDownloading?.id]);
useEffect(() => {
setGame(null);
setIsLoading(true);
setIsGamePlaying(false);
dispatch(setHeaderTitle(""));
getRandomGame();