mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused code
This commit is contained in:
parent
62a26ff0ca
commit
3b8fc29d6f
1 changed files with 1 additions and 2 deletions
|
|
@ -661,8 +661,7 @@ namespace Flow.Launcher.ViewModel
|
|||
List<Result> results;
|
||||
if (selected == lastContextMenuResult)
|
||||
{
|
||||
// Use copy to keep the original results unchanged
|
||||
results = lastContextMenuResults.ToList();
|
||||
results = lastContextMenuResults;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue