Revert 89f43166
This commit is contained in:
parent
89f43166c7
commit
a4d143825c
3 changed files with 5 additions and 5 deletions
|
@ -292,7 +292,7 @@ namespace GoldbergGUI.Core.ViewModels
|
|||
|
||||
DllPath = dialog.FileName;
|
||||
await ReadConfig().ConfigureAwait(false);
|
||||
// if (!GoldbergApplied) await GetListOfDlc().ConfigureAwait(false);
|
||||
if (!GoldbergApplied) await GetListOfDlc().ConfigureAwait(false);
|
||||
MainWindowEnabled = true;
|
||||
StatusText = "Ready.";
|
||||
}
|
||||
|
@ -349,7 +349,7 @@ namespace GoldbergGUI.Core.ViewModels
|
|||
await FindIdInList(steamApps).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
//await GetListOfDlc().ConfigureAwait(false);
|
||||
await GetListOfDlc().ConfigureAwait(false);
|
||||
MainWindowEnabled = true;
|
||||
StatusText = "Ready.";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue