From 365cfddf8f8bdf74dc051987f5ec3f32ef16ca8b Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Sun, 11 Aug 2024 19:20:23 +0800 Subject: [PATCH] change icon --- ui/lib/settings/general.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/settings/general.dart b/ui/lib/settings/general.dart index 1e9550f..7c81df0 100644 --- a/ui/lib/settings/general.dart +++ b/ui/lib/settings/general.dart @@ -92,7 +92,7 @@ class _GeneralState extends ConsumerState { width: 300, child: FormBuilderSwitch( decoration: - const InputDecoration(icon: Icon(Icons.token)), + const InputDecoration(icon: Icon(Icons.filter_alt)), name: "allow_qiangban", title: const Text("是否下载枪版资源")), ),