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) {