mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:15:09 +00:00
FileManager: Make the "open parent directory" action actually open ".."
This commit is contained in:
parent
e11c7a5df5
commit
5c0fca0a95
3 changed files with 21 additions and 18 deletions
|
@ -34,3 +34,8 @@ void DirectoryTableView::set_status_message(const String& message)
|
|||
if (on_status_message)
|
||||
on_status_message(message);
|
||||
}
|
||||
|
||||
void DirectoryTableView::open_parent_directory()
|
||||
{
|
||||
model().open("..");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue