feat: Add some tooltipps
This commit is contained in:
parent
ffd1e764a2
commit
5d794a277b
6 changed files with 47 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ class _ChatListState extends State<ChatList> {
|
|||
leading: selectMode == SelectMode.normal
|
||||
? null
|
||||
: IconButton(
|
||||
tooltip: L10n.of(context).cancel,
|
||||
icon: Icon(Icons.close_outlined),
|
||||
onPressed: () => selectMode == SelectMode.share
|
||||
? setState(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue