diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-17 14:57:02 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-17 14:57:02 -0400 |
| commit | bac59e55e319d871de5ac70c47199eb209fee66e (patch) | |
| tree | f2e2ef62d52446ad7789c4c0bb657068ad0504fe /src/components/index.ts | |
| parent | 21b076df45f542fdc02e8b5574abcd91e9d68f89 (diff) | |
| download | decky-lsfg-vk-bac59e55e319d871de5ac70c47199eb209fee66e.tar.gz decky-lsfg-vk-bac59e55e319d871de5ac70c47199eb209fee66e.zip | |
add deckyfg combo launch option clipboard
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 bf60423..32bbb31 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -6,6 +6,7 @@ export { FpsMultiplierControl } from "./FpsMultiplierControl"; export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; +export { FgmodClipboardButton } from "./FgmodClipboardButton"; export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; export { ProfileManagement } from "./ProfileManagement"; |
