diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-22 20:22:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 20:22:00 -0400 |
| commit | 9ef3f07205dbbb7bcdc0361141b2a1d2e21e5cfe (patch) | |
| tree | 043f1bb6c7e7138fa2828e59bd3b9e8c961254ed /src/components/index.ts | |
| parent | 42668d412105b972e0cc7440b64e8e24aeef4587 (diff) | |
| parent | d194d4886825027c4edfed1a7af67c1bc4ce3189 (diff) | |
| download | decky-lsfg-vk-9ef3f07205dbbb7bcdc0361141b2a1d2e21e5cfe.tar.gz decky-lsfg-vk-9ef3f07205dbbb7bcdc0361141b2a1d2e21e5cfe.zip | |
Merge pull request #70 from xXJSONDeruloXx/dd-multiplierv0.6.14-prev0.6.13-prev0.6.12-prev0.6.11
bump lsfg-vk, change slider to dd for fps multiplier
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 e4568f1..4c94958 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -2,6 +2,7 @@ export { Content } from "./Content"; export { StatusDisplay } from "./StatusDisplay"; export { InstallationButton } from "./InstallationButton"; export { ConfigurationSection } from "./ConfigurationSection"; +export { FpsMultiplierControl } from "./FpsMultiplierControl"; export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; |
