diff --git a/lib/pages/add_app.dart b/lib/pages/add_app.dart index 546377e..851c0b7 100644 --- a/lib/pages/add_app.dart +++ b/lib/pages/add_app.dart @@ -538,7 +538,7 @@ class AddAppPageState extends State { }); } }), - if (pickedSource != null) + if (pickedSource != null && pickedSource!.enforceTrackOnly) GeneratedForm( key: Key( '${pickedSource.runtimeType.toString()}-${pickedSource?.hostChanged.toString()}-${pickedSource?.hostIdenticalDespiteAnyChange.toString()}-appId'),