mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-13 18:38:10 +02:00
Change behaviour of Custom App ID
This commit is contained in:
@@ -538,7 +538,7 @@ class AddAppPageState extends State<AddAppPage> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
if (pickedSource != null)
|
if (pickedSource != null && pickedSource!.enforceTrackOnly)
|
||||||
GeneratedForm(
|
GeneratedForm(
|
||||||
key: Key(
|
key: Key(
|
||||||
'${pickedSource.runtimeType.toString()}-${pickedSource?.hostChanged.toString()}-${pickedSource?.hostIdenticalDespiteAnyChange.toString()}-appId'),
|
'${pickedSource.runtimeType.toString()}-${pickedSource?.hostChanged.toString()}-${pickedSource?.hostIdenticalDespiteAnyChange.toString()}-appId'),
|
||||||
|
Reference in New Issue
Block a user