mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 22:40:27 +00:00
Only update the texture import list for gx2 if one item is selected
This commit is contained in:
parent
5b5f7306ae
commit
f69697c4c7
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -242,7 +242,7 @@ namespace FirstPlugin
|
|||
|
||||
private void listViewCustom1_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (listViewCustom1.SelectedItems.Count > 0)
|
||||
if (listViewCustom1.SelectedItems.Count == 1)
|
||||
{
|
||||
SelectedIndex = listViewCustom1.SelectedIndices[0];
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue