use modpack config for finding updates
This commit is contained in:
@@ -73,7 +73,7 @@ internal static class SharedFunctions
|
||||
return false;
|
||||
|
||||
// Collect updates
|
||||
var ucDialog = new UpdatesCollectorUi(actions);
|
||||
var ucDialog = new UpdatesCollectorUi(api.CurWorkspace, actions);
|
||||
if (!ucDialog.ShowDialog(api.MainWindow).IsOk() || ucDialog.CurrentUpdates is null)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user