custom show fs screenshot btn

Closes #1103

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-24 13:59:01 +08:00
parent f942b2a7ee
commit 6c52db1c6c
5 changed files with 16 additions and 3 deletions

View File

@@ -42,6 +42,13 @@ List<SettingsModel> get playSettings => [
setKey: SettingBoxKey.autoPlayEnable,
defaultVal: false,
),
const SettingsModel(
settingsType: SettingsType.sw1tch,
title: '全屏显示截图按钮',
leading: Icon(Icons.photo_camera_outlined),
setKey: SettingBoxKey.showFsScreenshotBtn,
defaultVal: true,
),
const SettingsModel(
settingsType: SettingsType.sw1tch,
title: '双击快退/快进',