mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Reset last slot viewed on search
This commit is contained in:
parent
07bf3b2312
commit
0b42980119
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ namespace PKHeX
|
|||
break;
|
||||
}
|
||||
|
||||
slotSelected = -1; // reset the slot last viewed
|
||||
var results = res.ToArray();
|
||||
if (results.Length == 0)
|
||||
Util.Alert("No results found!");
|
||||
|
|
Loading…
Reference in a new issue