Skip to content

Commit

Permalink
feat: change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Oct 20, 2024
1 parent b317636 commit 1192d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/settings/prowlarr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ProwlarrSettingState extends ConsumerState<ProwlarrSettingPage> {
name: "api_key",
decoration: const InputDecoration(
labelText: "API Key",
icon: Icon(Icons.web),
icon: Icon(Icons.key),
helperText: "Prowlarr 设置 -> 通用设置 -> 接口密钥"),
validator: FormBuilderValidators.required(),
),
Expand Down

0 comments on commit 1192d00

Please sign in to comment.