mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Fix missing tooltip
This commit is contained in:
parent
743dd7c081
commit
ea5706161d
1 changed files with 7 additions and 5 deletions
|
@ -42,7 +42,9 @@ class _AccountPickerDialogState extends State<AccountPickerDialog> {
|
||||||
Icons.close,
|
Icons.close,
|
||||||
color: AppTheme.getSecondaryTextColor(context),
|
color: AppTheme.getSecondaryTextColor(context),
|
||||||
),
|
),
|
||||||
onPressed: () => _onRemoveItemPressed(a)),
|
tooltip: AppLocalizations.of(context).deleteTooltip,
|
||||||
|
onPressed: () => _onRemoveItemPressed(a),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
))
|
))
|
||||||
.toList();
|
.toList();
|
||||||
|
|
Loading…
Reference in a new issue