Try to fix errors
This commit is contained in:
parent
59927ba076
commit
007b92ba47
@ -182,7 +182,7 @@ namespace Switch_Toolbox.Library.Forms
|
||||
|
||||
listViewCustom1.BeginUpdate();
|
||||
listViewCustom1.Items.Clear();
|
||||
if (treeViewCustom1.SelectedNode?.Tag is IEnumerable<ArchiveFileInfo> files)
|
||||
if (treeViewCustom1.SelectedNode.Tag is IEnumerable<ArchiveFileInfo> files)
|
||||
{
|
||||
foreach (var file in files)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user