diff --git a/StabilityMatrix/App.xaml.cs b/StabilityMatrix/App.xaml.cs index c6b76738..477d923d 100644 --- a/StabilityMatrix/App.xaml.cs +++ b/StabilityMatrix/App.xaml.cs @@ -87,7 +87,7 @@ namespace StabilityMatrix serviceCollection.AddTransient(); serviceCollection.AddTransient(); serviceCollection.AddTransient(); - serviceCollection.AddTransient(); + serviceCollection.AddSingleton(); var settingsManager = new SettingsManager(); serviceCollection.AddSingleton(settingsManager);