mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
The action never worked properly here. It used the selection from the directory view, instead of the tree view. Furthermore, the tree view isn't even editable. Just making tree view editable wouldn't fix it -- it'd probably need something like creating an on_stop_editing() function in the AbstractView to change the path after the rename. For now, I'll remove the action from the menu as a "temporary fix".