mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
feat: change icon
This commit is contained in:
@@ -40,7 +40,7 @@ class ProwlarrSettingState extends ConsumerState<ProwlarrSettingPage> {
|
|||||||
name: "api_key",
|
name: "api_key",
|
||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
labelText: "API Key",
|
labelText: "API Key",
|
||||||
icon: Icon(Icons.web),
|
icon: Icon(Icons.key),
|
||||||
helperText: "Prowlarr 设置 -> 通用设置 -> 接口密钥"),
|
helperText: "Prowlarr 设置 -> 通用设置 -> 接口密钥"),
|
||||||
validator: FormBuilderValidators.required(),
|
validator: FormBuilderValidators.required(),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user