Don't add path to history if it's just a refresh
parent
8475a683dd
commit
a7ddfb8ae6
|
@ -214,7 +214,8 @@
|
|||
|
||||
void ChangeDirectory(FileManagerDirectory directory, bool clearFuture)
|
||||
{
|
||||
Past.Add(Path);
|
||||
if (Path != null && directory.Path != Path.Path)
|
||||
Past.Add(Path);
|
||||
|
||||
Path = directory;
|
||||
|
||||
|
|
Loading…
Reference in New Issue