feat: Nicer chat backup design
This commit is contained in:
parent
fca234e20a
commit
9f1e22da9d
4 changed files with 145 additions and 109 deletions
|
|
@ -95,7 +95,7 @@ class _EncryptionButtonState extends State<EncryptionButton> {
|
|||
: (allUsersValid ? Colors.green : Colors.orange);
|
||||
} else if (!widget.room.encrypted &&
|
||||
widget.room.joinRules != JoinRules.public) {
|
||||
color = null;
|
||||
color = Colors.red;
|
||||
}
|
||||
return IconButton(
|
||||
tooltip: widget.room.encrypted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue