Automatically look up DLC when looking for AppID and when opening file with no config.
This commit is contained in:
parent
76f2d45f45
commit
1602937be3
1 changed files with 2 additions and 1 deletions
|
@ -309,6 +309,7 @@ namespace GoldbergGUI.Core.ViewModels
|
||||||
|
|
||||||
DllPath = dialog.FileName;
|
DllPath = dialog.FileName;
|
||||||
await ReadConfig().ConfigureAwait(false);
|
await ReadConfig().ConfigureAwait(false);
|
||||||
|
if (!GoldbergApplied) await GetListOfDlc().ConfigureAwait(false);
|
||||||
MainWindowEnabled = true;
|
MainWindowEnabled = true;
|
||||||
StatusText = "Ready.";
|
StatusText = "Ready.";
|
||||||
}
|
}
|
||||||
|
@ -365,7 +366,7 @@ namespace GoldbergGUI.Core.ViewModels
|
||||||
await FindIdInList(steamApps).ConfigureAwait(false);
|
await FindIdInList(steamApps).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
await GetListOfDlc().ConfigureAwait(false);
|
||||||
MainWindowEnabled = true;
|
MainWindowEnabled = true;
|
||||||
StatusText = "Ready.";
|
StatusText = "Ready.";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue