diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-10 16:36:31 -0400 |
|---|---|---|
| committer | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-09-10 16:36:31 -0400 |
| commit | 1949dd018bd7492c77736e19f9a25b14367187ff (patch) | |
| tree | d6d4f0894c9e36bdfaa570814510c20d9e023e9a | |
| parent | e6d6ec2a0944be5f3d348e06c5031c94159910df (diff) | |
| download | decky-lsfg-vk-1949dd018bd7492c77736e19f9a25b14367187ff.tar.gz decky-lsfg-vk-1949dd018bd7492c77736e19f9a25b14367187ff.zip | |
refactor: separate flatpak from games selector
| -rw-r--r-- | src/components/GameConfigurationSelector.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/GameConfigurationSelector.tsx b/src/components/GameConfigurationSelector.tsx index 1c95820..1f0bc73 100644 --- a/src/components/GameConfigurationSelector.tsx +++ b/src/components/GameConfigurationSelector.tsx @@ -35,7 +35,6 @@ function usePersistentCollapsed(key: string) { } function targetDescription(game: GameTarget): string { - if (game.directFlatpak) return "Non-Steam ยท Direct Flatpak"; return game.nonSteam ? "Non-Steam" : "Steam"; } @@ -135,7 +134,7 @@ export function GameConfigurationSelector({ showModal( <ConfirmModal strTitle="Enable all available games?" - strDescription="Create individual LSFG-VK profiles for every available game using the plugin defaults. Flatpak applications are prepared separately in Setup." + strDescription="Create individual LSFG-VK profiles for every available Steam game and non-Steam shortcut. Flatpak profiles are managed separately in the Flatpak tab." strOKButtonText="Enable all" strCancelButtonText="Cancel" onOK={() => void onEnableAll()} |
