chore: updates

This commit is contained in:
Simon Ding
2024-08-11 22:06:54 +08:00
parent 620f085ca5
commit 349e394e8e
3 changed files with 19 additions and 11 deletions

View File

@@ -92,7 +92,7 @@ class _GeneralState extends ConsumerState<GeneralSettings> {
width: 300,
child: FormBuilderSwitch(
decoration:
const InputDecoration(icon: Icon(Icons.filter_alt)),
const InputDecoration(icon: Icon(Icons.phone_iphone)),
name: "allow_qiangban",
title: const Text("是否下载枪版资源")),
),