Skip to content

Commit

Permalink
All I want for Christmas is no bugs 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
Amarey authored and Amarey committed Dec 28, 2023
1 parent 48fb837 commit 6b9fcc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AimmyWPF/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,12 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
Task modelTask = RetrieveAndAddFilesAsync("models", "bin\\models", AvailableModels);
Task configTask = RetrieveAndAddFilesAsync("configs", "bin\\configs", AvailableConfigs);
await Task.WhenAll(modelTask, configTask);
LoadStoreMenu();
}
catch
{
MessageBox.Show("Github is irretrieveable right now, the Downloadable Model menu will not work right now, sorry!");
}

LoadStoreMenu();
}

private async Task RetrieveAndAddFilesAsync(string repositoryPath, string localPath, HashSet<string> availableFiles)
Expand Down

0 comments on commit 6b9fcc2

Please sign in to comment.