This commit is contained in:
guozhigq
2024-04-27 22:11:56 +08:00
parent c2b5d152ac
commit c80c156b8f
3 changed files with 1 additions and 3 deletions

View File

@ -446,7 +446,7 @@ class _HeaderControlState extends State<HeaderControl> {
children: [
RadioListTile(
value: -1,
title: const Text('关闭'),
title: const Text('关闭'),
groupValue: tempThemeValue,
onChanged: (value) {
tempThemeValue = value!;