This commit is contained in:
Imran Remtulla
2024-01-19 20:36:40 -05:00
parent 4ab4f58f65
commit bf6b3a7da0

View File

@@ -506,12 +506,14 @@ class AddAppPageState extends State<AddAppPage> {
context: context,
builder: (context) {
return GeneratedFormModal(
singleNullReturnButton: tr('ok'),
title: tr('supportedSources'),
items: const [],
additionalWidgets: [
...sourceProvider.sources.map(
(e) => Padding(
padding: EdgeInsets.symmetric(vertical: 4),
padding:
const EdgeInsets.symmetric(vertical: 4),
child: GestureDetector(
onTap: e.hosts.isNotEmpty
? () {