[PT Run] Align SelectedIndex and SelectedItem (#13702)

* Set SelectedIndex to 0 after delayed execution of plugins

* Revert "Set SelectedIndex to 0 after delayed execution of plugins"

This reverts commit 5397d0f1fa.

* Align hovered and selected item
This commit is contained in:
Stefan Markovic 2021-10-12 18:10:52 +02:00 committed by GitHub
parent 35ca90b8f2
commit 6cc8da120f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -610,7 +610,6 @@ namespace PowerLauncher.ViewModel
currentCancellationToken.ThrowIfCancellationRequested();
numResults = Results.Results.Count;
Results.Sort();
Results.SelectedItem = Results.Results.FirstOrDefault();
}
}