From 7ca4fe9af4d182a6674d39139eaba0a77b327b2a Mon Sep 17 00:00:00 2001 From: Cory Knox Date: Thu, 1 Sep 2022 15:00:05 -0700 Subject: [PATCH] Don't Refresh sources list on save, that'll be done by the file watcher --- .../ChocolateyGui.Common.Windows/ViewModels/SettingsViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/ChocolateyGui.Common.Windows/ViewModels/SettingsViewModel.cs b/Source/ChocolateyGui.Common.Windows/ViewModels/SettingsViewModel.cs index f6cb4c5b8..f7da9cb75 100644 --- a/Source/ChocolateyGui.Common.Windows/ViewModels/SettingsViewModel.cs +++ b/Source/ChocolateyGui.Common.Windows/ViewModels/SettingsViewModel.cs @@ -453,7 +453,6 @@ public async Task Save() } _originalId = DraftSource?.Id; - await _eventAggregator.PublishOnUIThreadAsync(new SourcesUpdatedMessage()); } catch (UnauthorizedAccessException) {