fix: autofocus jellyfin server url

This commit is contained in:
edde746
2026-05-06 13:19:01 +02:00
parent 3b18b44cd2
commit ebec3ad20c
2 changed files with 11 additions and 0 deletions
@@ -341,6 +341,7 @@ class _AddJellyfinScreenState extends State<AddJellyfinScreen> with AsyncFormSta
const SizedBox(height: 16),
FocusableTextFormField(
controller: _urlController,
autofocus: true,
keyboardType: TextInputType.url,
autocorrect: false,
enableSuggestions: false,