mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
update tooltips
add missing tooltip: - channels, add channel button - map, filter nodes button
This commit is contained in:
parent
3fdd8f5eaf
commit
30bcbedf5e
2 changed files with 2 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
|
|||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
onPressed: () => _showAddChannelDialog(context),
|
||||
tooltip: context.l10n.channels_addChannel,
|
||||
child: const Icon(Icons.add),
|
||||
),
|
||||
bottomNavigationBar: SafeArea(
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue