Directory info is now reloaded after every command. One liner fix.
This commit is contained in:
parent
b7a4333e2d
commit
b869de9be8
@ -270,6 +270,8 @@ public class Shell
|
|||||||
activeCommand.Dispose();
|
activeCommand.Dispose();
|
||||||
activeCommand = null;
|
activeCommand = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ReloadDirectoryInfo();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user