diff --git a/Plugins/DNTProfiler.ApplicationAnnouncements/Core/ProjectReleasesLoader.cs b/Plugins/DNTProfiler.ApplicationAnnouncements/Core/ProjectReleasesLoader.cs index dd7bcdc..86b1a9a 100644 --- a/Plugins/DNTProfiler.ApplicationAnnouncements/Core/ProjectReleasesLoader.cs +++ b/Plugins/DNTProfiler.ApplicationAnnouncements/Core/ProjectReleasesLoader.cs @@ -75,7 +75,6 @@ public void GetReleaseInfo(string url) if (releaseInfo == null || !releaseInfo.Any()) return; - _context.NotifyPluginsHost(NotificationType.ResetAll, 0); _mainGuiModel.ReleaseInfo = releaseInfo; _context.NotifyPluginsHost(NotificationType.Reset, releaseInfo.Count); }, taskScheduler);