1
0
mirror of synced 2025-01-31 12:23:52 +01:00

Try to fix errors

This commit is contained in:
KillzXGaming 2019-05-08 17:41:19 -04:00
parent 59927ba076
commit 007b92ba47

View File

@ -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)
{