mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
feat: adding shortcut for all users
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user