mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-05-22 16:19:46 +02:00
profile filtering and submissions fixes
This commit is contained in:
@@ -46,7 +46,7 @@ class AddCameraSheet extends StatelessWidget {
|
||||
title: const Text('Profile'),
|
||||
trailing: DropdownButton<CameraProfile>(
|
||||
value: session.profile,
|
||||
items: appState.profiles
|
||||
items: appState.enabledProfiles
|
||||
.map((p) => DropdownMenuItem(value: p, child: Text(p.name)))
|
||||
.toList(),
|
||||
onChanged: (p) =>
|
||||
|
||||
Reference in New Issue
Block a user