mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary top class _reselect parameter
This commit is contained in:
parent
b2f7d34a4d
commit
c0034d8e07
1 changed files with 0 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ namespace Flow.Launcher.ViewModel
|
|||
#region Private Fields
|
||||
|
||||
private bool _isQueryRunning;
|
||||
private bool _reselect = true;
|
||||
private Query _lastQuery;
|
||||
private Result lastContextMenuResult = new Result();
|
||||
private List<Result> lastContextMenuResults = new List<Result>();
|
||||
|
|
@ -1173,7 +1172,6 @@ namespace Flow.Launcher.ViewModel
|
|||
bool reSelect = resultsForUpdates.First().ReSelectFirstResult;
|
||||
|
||||
Results.AddResults(resultsForUpdates, token, reSelect);
|
||||
_reselect = true;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Reference in a new issue