diff --git a/lib/pages/add_app.dart b/lib/pages/add_app.dart index c756d92..820e08d 100644 --- a/lib/pages/add_app.dart +++ b/lib/pages/add_app.dart @@ -506,12 +506,14 @@ class AddAppPageState extends State { 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 ? () {