Merge branch 'feat/custom-games-support' of https://github.com/hydralauncher/hydra into feat/custom-games-support

This commit is contained in:
Chubby Granny Chaser
2025-09-28 18:14:32 +01:00

View File

@@ -229,7 +229,7 @@ export function HeroPanelActions() {
{game.favorite ? <HeartFillIcon /> : <HeartIcon />}
</Button>
{userDetails && (
{userDetails && game.shop !== "custom" && (
<Button
onClick={toggleGamePinned}
theme="outline"