mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 播放页虚拟键、小白条、挖孔屏底色改为背景色,新增播放页状态栏显示为背景色
This commit is contained in:
@@ -133,6 +133,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: '隐藏状态栏、撑满屏幕,但播放控件仍处于安全域内',
|
||||
|
||||
Reference in New Issue
Block a user