diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-26 20:14:44 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-26 20:14:44 -0400 |
| commit | 1cc6a781fe7d6c053b2eb59aa79766a859c66209 (patch) | |
| tree | 0946a308568ff7a144a6cec29719334a4e6d754b /src/components/index.ts | |
| parent | 7d2322e637faae5ccfab58c54f7a13e6a5f7ea88 (diff) | |
| download | Decky-Framegen-1cc6a781fe7d6c053b2eb59aa79766a859c66209.tar.gz Decky-Framegen-1cc6a781fe7d6c053b2eb59aa79766a859c66209.zip | |
revised approach, pick dir then patch in plugin ui itself
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 3f67341..cd599ba 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -8,3 +8,4 @@ export { OptiScalerWiki } from './OptiScalerWiki'; export { UninstallButton } from './UninstallButton'; export { SmartClipboardButton } from './SmartClipboardButton'; export { ResultDisplay } from './ResultDisplay'; +export { ManualPatchControls } from './CustomPathOverride'; |
