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