Removed automatically getting list of DLCs when selecting DLL file and looking for AppID
This commit is contained in:
parent
8ade832b42
commit
3c736674ac
1 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ namespace auto_creamapi.ViewModels
|
||||||
var s = index > -1 ? strings[index] : null;
|
var s = index > -1 ? strings[index] : null;
|
||||||
if (s != null) GameName = s;
|
if (s != null) GameName = s;
|
||||||
await Search().ConfigureAwait(false);
|
await Search().ConfigureAwait(false);
|
||||||
await GetListOfDlc().ConfigureAwait(false);
|
// await GetListOfDlc().ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Status = "Ready.";
|
Status = "Ready.";
|
||||||
|
@ -306,7 +306,7 @@ namespace auto_creamapi.ViewModels
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await GetListOfDlc().ConfigureAwait(false);
|
// await GetListOfDlc().ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue