fix(frontend): make enableHorizontalSwipe default false

This commit is contained in:
syuilo 2025-05-05 07:28:15 +09:00 committed by GitHub
parent 32d2206832
commit 6bbda4d67c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ export const PREF_DEF = {
default: false,
},
enableHorizontalSwipe: {
default: true,
default: false,
},
enablePullToRefresh: {
default: true,