Move a setting from “Other settings” to “Player settings” (#909)

This commit is contained in:
Tong xuewen
2025-07-29 12:20:38 +08:00
committed by GitHub
parent 2325814f6d
commit cf403aaf78
2 changed files with 7 additions and 7 deletions

View File

@@ -195,6 +195,13 @@ List<SettingsModel> get playSettings => [
setKey: SettingBoxKey.fullScreenGestureReverse,
defaultVal: false,
),
SettingsModel(
settingsType: SettingsType.sw1tch,
title: '全屏展示点赞/投币/收藏等操作按钮',
leading: const Icon(MdiIcons.dotsHorizontalCircleOutline),
setKey: SettingBoxKey.showFSActionItem,
defaultVal: true,
),
SettingsModel(
settingsType: SettingsType.sw1tch,
title: '观看人数',