Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Aug 11, 2024
1 parent 6c26812 commit 365cfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/settings/general.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class _GeneralState extends ConsumerState<GeneralSettings> {
width: 300,
child: FormBuilderSwitch(
decoration:
const InputDecoration(icon: Icon(Icons.token)),
const InputDecoration(icon: Icon(Icons.filter_alt)),
name: "allow_qiangban",
title: const Text("是否下载枪版资源")),
),
Expand Down

0 comments on commit 365cfdd

Please sign in to comment.