feat: adding shortcut for all users

This commit is contained in:
Chubby Granny Chaser
2025-05-14 00:17:40 +01:00
parent ed42935e7b
commit ca7ac73836

View File

@@ -318,7 +318,11 @@ export function GameOptionsModal({
>
{t("create_shortcut")}
</Button>
<Button onClick={handleCreateSteamShortcut} theme="outline">
<Button
onClick={handleCreateSteamShortcut}
theme="outline"
disabled={creatingSteamShortcut}
>
<SteamLogo className="game-card__shop-icon" />
{t("create_steam_shortcut")}
</Button>