mod: 全屏手势反向

This commit is contained in:
orz12
2024-02-14 09:42:50 +08:00
parent 186d38190e
commit f7c1aa041a
3 changed files with 20 additions and 8 deletions

View File

@@ -157,6 +157,12 @@ class _PlaySettingState extends State<PlaySetting> {
setKey: SettingBoxKey.enableQuickDouble,
defaultVal: true,
),
const SetSwitchItem(
title: '全屏手势反向',
subTitle: '默认播放器中部向上滑动进入全屏,向下退出\n开启后向下全屏,向上退出',
setKey: SettingBoxKey.fullScreenGestureReverse,
defaultVal: false,
),
const SetSwitchItem(
title: '弹幕开关',
subTitle: '展示弹幕',