Merge pull request #60 from 446564/missing-tooltips

update tooltips
chore/offband-rebrand
zjs81 6 months ago committed by GitHub
commit 75b8b8af70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -312,6 +312,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…
Cancel
Save

Powered by TurnKey Linux.