opt: v/b status

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-08 11:42:26 +08:00
parent dfd67219e3
commit 7cdfe26a26
4 changed files with 80 additions and 94 deletions

View File

@@ -126,14 +126,14 @@ class _StyleSettingState extends State<StyleSetting> {
style: subTitleStyle,
),
),
const SetSwitchItem(
title: '播放页状态栏显示为背景色',
subTitle: '关闭则显示为黑色',
leading: Icon(Icons.border_outer_outlined),
setKey: SettingBoxKey.videoPlayerShowStatusBarBackgroundColor,
defaultVal: false,
needReboot: true,
),
// const SetSwitchItem(
// title: '播放页状态栏显示为背景色',
// subTitle: '关闭则显示为黑色',
// leading: Icon(Icons.border_outer_outlined),
// setKey: SettingBoxKey.videoPlayerShowStatusBarBackgroundColor,
// defaultVal: false,
// needReboot: true,
// ),
const SetSwitchItem(
title: '播放页移除安全边距',
subTitle: '隐藏状态栏、撑满屏幕,但播放控件仍处于安全域内',