Adapted added clients new version

This commit is contained in:
Juan Gilsanz Polo 2023-04-15 01:22:44 +02:00
parent 415194d7a5
commit f54770dbba
17 changed files with 343 additions and 94 deletions

View file

@ -580,7 +580,6 @@ class _AddServerModalState extends State<AddServerModal> {
onChanged: widget.server == null
? (value) => setState(() => defaultServer = value)
: null,
activeColor: Theme.of(context).colorScheme.primary,
)
],
),
@ -606,7 +605,6 @@ class _AddServerModalState extends State<AddServerModal> {
Switch(
value: homeAssistant,
onChanged: (value) => setState(() => homeAssistant = value),
activeColor: Theme.of(context).colorScheme.primary,
)
],
),