fix: Homeserver readonly if conifg wants it
This commit is contained in:
parent
82ea33be2a
commit
2f2cf60b7b
2 changed files with 8 additions and 3 deletions
|
|
@ -71,6 +71,7 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
|
|||
suffix: Icon(Icons.edit_outlined),
|
||||
padding: padding,
|
||||
onChanged: (s) => _domain = s,
|
||||
readOnly: !AppConfig.allowOtherHomeservers,
|
||||
),
|
||||
elevation: 0,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue