diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-19 14:21:21 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-19 14:21:21 -0400 |
| commit | 3ce6ba534900e68c815b4012a456842d3003c6da (patch) | |
| tree | ab45c2cbacd8c4b9aea1cfa2511f775812ab82da /src/components/ConfigurationSection.tsx | |
| parent | 22af865eb46b58d7e93118436bfc512a8cbf0df2 (diff) | |
| download | decky-lsfg-vk-3ce6ba534900e68c815b4012a456842d3003c6da.tar.gz decky-lsfg-vk-3ce6ba534900e68c815b4012a456842d3003c6da.zip | |
update icons, rm immediate mode in present options
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 5afd8f6..59ad880 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -104,8 +104,7 @@ export function ConfigurationSection({ onChange={(value) => onConfigChange('experimental_present_mode', value.data)} rgOptions={[ { data: "fifo", label: "FIFO (VSync) - Default" }, - { data: "mailbox", label: "Mailbox" }, - { data: "immediate", label: "Immediate" } + { data: "mailbox", label: "Mailbox" } ]} /> </PanelSectionRow> |
