mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +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:
commit
5b85a9f2b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue