diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-17 23:23:03 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-17 23:23:03 -0400 |
| commit | 0670041467ca5625d93e3e4dbc2f738da24d88b4 (patch) | |
| tree | e4a0bdd982856c489899cd30cc8487b3430ae6c2 /src/components/UsageInstructions.tsx | |
| parent | f2870ff308131a0a4c970edf36bb88aac10a6175 (diff) | |
| download | decky-lsfg-vk-0670041467ca5625d93e3e4dbc2f738da24d88b4.tar.gz decky-lsfg-vk-0670041467ca5625d93e3e4dbc2f738da24d88b4.zip | |
add experimental toggles
Diffstat (limited to 'src/components/UsageInstructions.tsx')
| -rw-r--r-- | src/components/UsageInstructions.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index ac721c7..d156f9d 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -54,7 +54,9 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { • Multiplier: ${config.multiplier}x • Flow Scale: ${Math.round(config.flow_scale * 100)}% • Performance Mode: ${config.performance_mode ? "Yes" : "No"} -• HDR Mode: ${config.hdr_mode ? "Yes" : "No"}`} +• HDR Mode: ${config.hdr_mode ? "Yes" : "No"} +• Present Mode: ${config.experimental_present_mode || "Default (FIFO)"} +• FPS Limit: ${config.experimental_fps_limit > 0 ? `${config.experimental_fps_limit} FPS` : "Off"}`} </div> </PanelSectionRow> |
