mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve indention
This commit is contained in:
parent
2f4e140fb0
commit
2619851632
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue