mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-06 20:57:54 +02:00
fix default upload dest (should be simulate) and add dev_config param for "tag camera" pin v. offset
This commit is contained in:
@@ -391,9 +391,12 @@ class _MapViewState extends State<MapView> {
|
||||
|
||||
// Fixed pin when adding camera
|
||||
if (session != null)
|
||||
const IgnorePointer(
|
||||
IgnorePointer(
|
||||
child: Center(
|
||||
child: Icon(Icons.place, size: 40, color: Colors.redAccent),
|
||||
child: Transform.translate(
|
||||
offset: Offset(0, kAddPinYOffset),
|
||||
child: Icon(Icons.place, size: 40, color: Colors.redAccent),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user