mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-21 13:39:29 +02:00
Added descriptions to GitHub starred imports
This commit is contained in:
@@ -357,8 +357,10 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
||||
setState(() {
|
||||
importInProgress = true;
|
||||
});
|
||||
var urls = await source
|
||||
.getUrls(values);
|
||||
var urlsWithDescriptions =
|
||||
await source
|
||||
.getUrlsWithDescriptions(
|
||||
values);
|
||||
var selectedUrls =
|
||||
await showDialog<
|
||||
List<String>?>(
|
||||
@@ -368,10 +370,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
||||
ctx) {
|
||||
return UrlSelectionModal(
|
||||
urlsWithDescriptions:
|
||||
Map.fromIterable(
|
||||
urls,
|
||||
value: (item) =>
|
||||
''));
|
||||
urlsWithDescriptions);
|
||||
});
|
||||
if (selectedUrls != null) {
|
||||
var errors =
|
||||
|
Reference in New Issue
Block a user