feat: Add some tooltipps
This commit is contained in:
parent
ffd1e764a2
commit
5d794a277b
6 changed files with 47 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ class _EncryptionButtonState extends State<EncryptionButton> {
|
|||
color = null;
|
||||
}
|
||||
return IconButton(
|
||||
tooltip: widget.room.encrypted
|
||||
? L10n.of(context).encrypted
|
||||
: L10n.of(context).encryptionNotEnabled,
|
||||
icon: Icon(
|
||||
widget.room.encrypted
|
||||
? Icons.lock_outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue