mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
feat: change icon
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user