diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 2673a92d1..6a8eb3761 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -1136,7 +1136,10 @@ namespace Flow.Launcher.ViewModel { ProgressBarVisibility = Visibility.Visible; } - }, _updateSource.Token, TaskContinuationOptions.NotOnCanceled, TaskScheduler.Default); + }, + _updateSource.Token, + TaskContinuationOptions.NotOnCanceled, + TaskScheduler.Default); // plugins is ICollection, meaning LINQ will get the Count and preallocate Array