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(