update tooltips

add missing tooltip:
- channels, add channel button
- map, filter nodes button
chore/offband-rebrand
446564 6 months ago
parent 3fdd8f5eaf
commit 30bcbedf5e

@ -299,6 +299,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
), ),
floatingActionButton: FloatingActionButton( floatingActionButton: FloatingActionButton(
onPressed: () => _showAddChannelDialog(context), onPressed: () => _showAddChannelDialog(context),
tooltip: context.l10n.channels_addChannel,
child: const Icon(Icons.add), child: const Icon(Icons.add),
), ),
bottomNavigationBar: SafeArea( bottomNavigationBar: SafeArea(

@ -354,6 +354,7 @@ class _MapScreenState extends State<MapScreen> {
), ),
floatingActionButton: FloatingActionButton( floatingActionButton: FloatingActionButton(
onPressed: () => _showFilterDialog(context, settingsService), onPressed: () => _showFilterDialog(context, settingsService),
tooltip: context.l10n.map_filterNodes,
child: const Icon(Icons.filter_list), child: const Icon(Icons.filter_list),
), ),
), ),

Loading…
Cancel
Save

Powered by TurnKey Linux.