mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: sys msg
This commit is contained in:
@@ -98,13 +98,13 @@ class _StyleSettingState extends State<StyleSetting> {
|
||||
defaultVal: true,
|
||||
needReboot: true,
|
||||
),
|
||||
const SetSwitchItem(
|
||||
title: '首页背景渐变',
|
||||
setKey: SettingBoxKey.enableGradientBg,
|
||||
leading: Icon(Icons.gradient_outlined),
|
||||
defaultVal: false,
|
||||
needReboot: true,
|
||||
),
|
||||
// const SetSwitchItem(
|
||||
// title: '首页背景渐变',
|
||||
// setKey: SettingBoxKey.enableGradientBg,
|
||||
// leading: Icon(Icons.gradient_outlined),
|
||||
// defaultVal: false,
|
||||
// needReboot: true,
|
||||
// ),
|
||||
ListTile(
|
||||
onTap: () async {
|
||||
double? result = await showDialog(
|
||||
|
||||
@@ -71,13 +71,13 @@ class _VideoSettingState extends State<VideoSetting> {
|
||||
setKey: SettingBoxKey.enableHA,
|
||||
defaultVal: true,
|
||||
),
|
||||
const SetSwitchItem(
|
||||
title: '亮度记忆',
|
||||
subTitle: '返回时自动调整视频亮度',
|
||||
leading: Icon(Icons.brightness_6_outlined),
|
||||
setKey: SettingBoxKey.enableAutoBrightness,
|
||||
defaultVal: true,
|
||||
),
|
||||
// const SetSwitchItem(
|
||||
// title: '亮度记忆',
|
||||
// subTitle: '返回时自动调整视频亮度',
|
||||
// leading: Icon(Icons.brightness_6_outlined),
|
||||
// setKey: SettingBoxKey.enableAutoBrightness,
|
||||
// defaultVal: true,
|
||||
// ),
|
||||
const SetSwitchItem(
|
||||
title: '免登录1080P',
|
||||
subTitle: '免登录查看1080P视频',
|
||||
|
||||
Reference in New Issue
Block a user