mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
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:
@@ -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 ? (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user