Automatically look up DLC when looking for AppID and when opening file with no config.

This commit is contained in:
Jeddunk 2021-01-19 13:35:13 +01:00
parent 76f2d45f45
commit 1602937be3

View File

@ -309,6 +309,7 @@ namespace GoldbergGUI.Core.ViewModels
DllPath = dialog.FileName;
await ReadConfig().ConfigureAwait(false);
if (!GoldbergApplied) await GetListOfDlc().ConfigureAwait(false);
MainWindowEnabled = true;
StatusText = "Ready.";
}
@ -365,7 +366,7 @@ namespace GoldbergGUI.Core.ViewModels
await FindIdInList(steamApps).ConfigureAwait(false);
}
}
await GetListOfDlc().ConfigureAwait(false);
MainWindowEnabled = true;
StatusText = "Ready.";
}