Merge branch 'feature/add-download-sources' into feature/game-options-modal

# Conflicts:
#	src/renderer/src/pages/game-details/hero/hero-panel-actions.tsx
This commit is contained in:
Zamitto 2024-06-05 07:41:30 -03:00
commit 5b85a9f2b7

View file

@ -263,9 +263,9 @@ export function HeroPanelActions() {
</> </>
)} )}
{game?.progress === 1 && !game?.folderName && showDownloadOptionsButton} {game.progress === 1 && !game.downloadPath && showDownloadOptionsButton}
{game?.progress !== 1 && toggleGameOnLibraryButton} {game.progress !== 1 && toggleGameOnLibraryButton}
{isGameRunning ? ( {isGameRunning ? (
<Button <Button