chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-21 10:46:02 +00:00
commit 4a976482b1
2 changed files with 2 additions and 7 deletions

View file

@ -753,10 +753,7 @@ export const SettingsGeneral: Component = () => {
description={language.t("settings.general.row.pinchZoom.description")}
>
<div data-action="settings-pinch-zoom">
<Switch
checked={pinchZoom.latest}
onChange={onPinchZoomChange}
/>
<Switch checked={pinchZoom.latest} onChange={onPinchZoomChange} />
</div>
</SettingsRow>