mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-30 06:11:03 +00:00
Merge branch 'feat/custom-games-support' of https://github.com/hydralauncher/hydra into feat/custom-games-support
This commit is contained in:
@@ -229,7 +229,7 @@ export function HeroPanelActions() {
|
|||||||
{game.favorite ? <HeartFillIcon /> : <HeartIcon />}
|
{game.favorite ? <HeartFillIcon /> : <HeartIcon />}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{userDetails && (
|
{userDetails && game.shop !== "custom" && (
|
||||||
<Button
|
<Button
|
||||||
onClick={toggleGamePinned}
|
onClick={toggleGamePinned}
|
||||||
theme="outline"
|
theme="outline"
|
||||||
|
|||||||
Reference in New Issue
Block a user