diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-09 09:51:21 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-09 09:51:21 -0400 |
| commit | 102a4a0f0ce4af303a12e7f6f1a4454f4e572a17 (patch) | |
| tree | a1606b49f9491ebdc7f8411d884cff6c2f738b4c | |
| parent | 1b932fd69c3dba925e0cbf027e05508b2daf5e8c (diff) | |
| download | decky-lsfg-vk-102a4a0f0ce4af303a12e7f6f1a4454f4e572a17.tar.gz decky-lsfg-vk-102a4a0f0ce4af303a12e7f6f1a4454f4e572a17.zip | |
move all games
| -rw-r--r-- | src/components/GameConfigurationSelector.tsx | 14 |
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" |
