add missing flash checkbox

This commit is contained in:
Felix Roos 2023-12-29 13:58:06 +01:00
parent 967dea346f
commit 9fd2d3d640
2 changed files with 8 additions and 0 deletions

View file

@ -81,6 +81,7 @@ export function SettingsTab() {
isActiveLineHighlighted,
isAutoCompletionEnabled,
isTooltipEnabled,
isFlashEnabled,
isLineWrappingEnabled,
fontSize,
fontFamily,
@ -155,6 +156,11 @@ export function SettingsTab() {
onChange={(cbEvent) => settingsMap.setKey('isLineWrappingEnabled', cbEvent.target.checked)}
value={isLineWrappingEnabled}
/>
<Checkbox
label="Enable flashing on evaluation"
onChange={(cbEvent) => settingsMap.setKey('isFlashEnabled', cbEvent.target.checked)}
value={isFlashEnabled}
/>
</FormItem>
<FormItem label="Zen Mode">Try clicking the logo in the top left!</FormItem>
<FormItem label="Reset Settings">