Automatically look up DLC when looking for AppID and when opening file with no config.
This commit is contained in:
parent
76f2d45f45
commit
1602937be3
@ -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.";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user