mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-17 01:27:22 +02:00
Optional network indicator
This commit is contained in:
@@ -470,8 +470,9 @@ class MapViewState extends State<MapView> {
|
||||
attribution: appState.selectedTileType?.attribution,
|
||||
),
|
||||
|
||||
// Network status indicator (top-left)
|
||||
const NetworkStatusIndicator(),
|
||||
// Network status indicator (top-left) - conditionally shown
|
||||
if (appState.networkStatusIndicatorEnabled)
|
||||
const NetworkStatusIndicator(),
|
||||
|
||||
// Proximity alert banner (top)
|
||||
ProximityAlertBanner(
|
||||
|
||||
Reference in New Issue
Block a user