Directory info is now reloaded after every command. One liner fix.

This commit is contained in:
That-One-Nerd 2023-04-17 21:02:39 -04:00
parent b7a4333e2d
commit b869de9be8

View File

@ -270,6 +270,8 @@ public class Shell
activeCommand.Dispose();
activeCommand = null;
}
ReloadDirectoryInfo();
return;
}
}