Skip to content

Commit

Permalink
Revert "temp: enable heuristics mode"
Browse files Browse the repository at this point in the history
This reverts commit e525c51.
  • Loading branch information
marcustyphoon committed Sep 21, 2024
1 parent 35fac85 commit 3e88794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/nav/NavSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,15 @@ export default function NavSettings({
htmlInput: { inputMode: 'numeric', pattern: '[0-9]*' },
}}
/>
{/*
<FormControlLabel
control={<Checkbox />}
label={t('Enable heuristics')}
sx={{ mb: 3, display: 'none' }}
checked={enableHeuristics}
onChange={changeHeuristicsHandler}
/>
*/}
</>
)}
</Settings>
Expand Down

0 comments on commit 3e88794

Please sign in to comment.