opt: sys msg

This commit is contained in:
bggRGjQaUbCoE
2024-11-08 19:00:57 +08:00
parent 1fbd324a16
commit 03d405e197
3 changed files with 49 additions and 16 deletions

View File

@@ -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(

View File

@@ -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视频',