summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-09 09:51:21 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-09 09:51:21 -0400
commit102a4a0f0ce4af303a12e7f6f1a4454f4e572a17 (patch)
treea1606b49f9491ebdc7f8411d884cff6c2f738b4c /src
parent1b932fd69c3dba925e0cbf027e05508b2daf5e8c (diff)
downloaddecky-lsfg-vk-102a4a0f0ce4af303a12e7f6f1a4454f4e572a17.tar.gz
decky-lsfg-vk-102a4a0f0ce4af303a12e7f6f1a4454f4e572a17.zip
move all games
Diffstat (limited to 'src')
-rw-r--r--src/components/GameConfigurationSelector.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/GameConfigurationSelector.tsx b/src/components/GameConfigurationSelector.tsx
index 50b2cf8..df0c3e9 100644
--- a/src/components/GameConfigurationSelector.tsx
+++ b/src/components/GameConfigurationSelector.tsx
@@ -174,13 +174,6 @@ export function GameConfigurationSelector({
<Field label="No installed games" description="Steam has not reported any eligible games" />
</PanelSectionRow>
)}
- {availableGames.length > 0 && (
- <PanelSectionRow>
- <ButtonItem layout="below" onClick={confirmEnableAll}>
- Enable all available games
- </ButtonItem>
- </PanelSectionRow>
- )}
<GameGroup
title="LSFG-VK Enabled"
games={configuredSteamGames}
@@ -210,6 +203,13 @@ export function GameConfigurationSelector({
onToggle={toggleAvailableNonSteam}
onSelect={onSelect}
/>
+ {availableGames.length > 0 && (
+ <PanelSectionRow>
+ <ButtonItem layout="below" onClick={confirmEnableAll}>
+ Enable all available games
+ </ButtonItem>
+ </PanelSectionRow>
+ )}
<PanelSectionRow>
<ButtonItem
layout="below"