diff 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> |
