This commit is contained in:
stopflock
2025-08-30 23:17:08 -05:00
parent a17c50188e
commit fa16e3c299
21 changed files with 124 additions and 66 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
child: Scaffold(
key: _scaffoldKey,
appBar: AppBar(
title: const Text('Flock Map'),
title: const Text('DeFlock'),
actions: [
IconButton(
tooltip: _getFollowMeTooltip(appState.followMeMode),