Online tracking, deviceidentityservice

This commit is contained in:
2026-06-23 15:21:20 +02:00
parent 65b355edd9
commit aa78c7bb6f
13 changed files with 850 additions and 33 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class SharedMapWidget extends StatelessWidget {
),
if (controls.showZoomLevel && currentZoom != null)
Positioned(
bottom: 150,
bottom: 200,
left: 4,
child: Obx(() => _ZoomLabel(currentZoom!.value)),
),