feat: Nicer chat backup design

This commit is contained in:
Krille Fear 2021-10-10 11:40:08 +02:00
commit 9f1e22da9d
4 changed files with 145 additions and 109 deletions

View file

@ -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