use modpack config for finding updates

This commit is contained in:
2024-10-03 11:36:29 +02:00
parent 2a389ae5d4
commit 9694ba56fd
3 changed files with 10 additions and 5 deletions

View File

@@ -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;