mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
FileManager: Make the tree view follow the directory view navigations.
This commit is contained in:
parent
f10e0d0546
commit
2c6a597d77
Notes:
sideshowbarker
2024-07-19 14:53:45 +09:00
Author: https://github.com/awesomekling
Commit: 2c6a597d77
10 changed files with 72 additions and 3 deletions
|
@ -40,6 +40,7 @@ bool FileSystemPath::canonicalize(bool resolve_symbolic_links)
|
|||
builder.append('/');
|
||||
builder.append(cpart);
|
||||
}
|
||||
m_parts = move(canonical_parts);
|
||||
m_string = builder.to_string();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue