add a description to indicate that scrolling issues can occur with this setting (closes #1998)

This commit is contained in:
Athou
2025-12-19 07:47:22 +01:00
parent 3ae0f7558e
commit d2d65437f8
30 changed files with 114 additions and 1 deletions

View File

@@ -215,6 +215,7 @@ export function DisplaySettings() {
<Switch
label={<Trans>Disable "Pull to refresh" browser behavior</Trans>}
description={<Trans>This setting can cause scrolling issues on some browsers (e.g. Safari)</Trans>}
checked={disablePullToRefresh}
onChange={async e => await dispatch(changeDisablePullToRefresh(e.currentTarget.checked))}
/>