mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-29 13:47:34 +10:00
update tooltips
add missing tooltip: - channels, add channel button - map, filter nodes button
This commit is contained in:
@@ -354,6 +354,7 @@ class _MapScreenState extends State<MapScreen> {
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
onPressed: () => _showFilterDialog(context, settingsService),
|
||||
tooltip: context.l10n.map_filterNodes,
|
||||
child: const Icon(Icons.filter_list),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user