Update SelectForm.cs
This commit is contained in:
parent
a53a9c1efb
commit
82150b8b95
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ internal partial class SelectForm : CustomForm
|
||||||
if (Directory.Exists(EpicLibrary.EpicAppDataPath))
|
if (Directory.Exists(EpicLibrary.EpicAppDataPath))
|
||||||
{
|
{
|
||||||
List<Manifest> epicGames = await EpicLibrary.GetGames();
|
List<Manifest> epicGames = await EpicLibrary.GetGames();
|
||||||
Dictionary<string, List<string>> games = new();
|
|
||||||
foreach (Manifest manifest in epicGames)
|
foreach (Manifest manifest in epicGames)
|
||||||
{
|
{
|
||||||
string @namespace = manifest.CatalogNamespace;
|
string @namespace = manifest.CatalogNamespace;
|
||||||
|
|
Loading…
Reference in a new issue