diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-04-03 10:06:44 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-04-03 10:07:18 -0400 |
| commit | 3d813ea87335298be5a47de3441f410651851b71 (patch) | |
| tree | 2a53a31f665d7d41df41d3470e35c714f155d8b1 /src/components/index.ts | |
| parent | 9e45eca97948c77b3d443258419412e9914ffa46 (diff) | |
| download | Decky-Framegen-3d813ea87335298be5a47de3441f410651851b71.tar.gz Decky-Framegen-3d813ea87335298be5a47de3441f410651851b71.zip | |
feat: add Steam game picker with one-click launch option setter
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index cd599ba..ad47347 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -9,3 +9,4 @@ export { UninstallButton } from './UninstallButton'; export { SmartClipboardButton } from './SmartClipboardButton'; export { ResultDisplay } from './ResultDisplay'; export { ManualPatchControls } from './CustomPathOverride'; +export { SteamGamePatcher } from './SteamGamePatcher'; |
