Skip to content

Commit 6b9fcc2

Browse files
AmareyAmarey
authored andcommitted
All I want for Christmas is no bugs 😭
1 parent 48fb837 commit 6b9fcc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AimmyWPF/MainWindow.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,12 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
193193
Task modelTask = RetrieveAndAddFilesAsync("models", "bin\\models", AvailableModels);
194194
Task configTask = RetrieveAndAddFilesAsync("configs", "bin\\configs", AvailableConfigs);
195195
await Task.WhenAll(modelTask, configTask);
196+
LoadStoreMenu();
196197
}
197198
catch
198199
{
199200
MessageBox.Show("Github is irretrieveable right now, the Downloadable Model menu will not work right now, sorry!");
200201
}
201-
202-
LoadStoreMenu();
203202
}
204203

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

0 commit comments

Comments
 (0)