mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding repacker friendly name
This commit is contained in:
parent
0eed312410
commit
8343b66d67
6 changed files with 19 additions and 7 deletions
|
@ -176,6 +176,7 @@ export function HeroPanel({
|
|||
visible={showBinaryNotFoundModal}
|
||||
onClose={() => setShowBinaryNotFoundModal(false)}
|
||||
/>
|
||||
|
||||
<div style={{ backgroundColor: color }} className={styles.panel}>
|
||||
<div className={styles.content}>{getInfo()}</div>
|
||||
<div className={styles.actions}>
|
||||
|
@ -184,6 +185,7 @@ export function HeroPanel({
|
|||
gameDetails={gameDetails}
|
||||
getGame={getGame}
|
||||
openRepacksModal={openRepacksModal}
|
||||
openBinaryNotFoundModal={() => setShowBinaryNotFoundModal(true)}
|
||||
isGamePlaying={isGamePlaying}
|
||||
isGameDownloading={isGameDownloading}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue