Skip to content

Commit

Permalink
focus current path in project manager when importing a project
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Dec 20, 2024
1 parent 4fd48b7 commit 5e8f3b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project-manager/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,10 @@ impl ProjectManager {
true,
true,
));
ui.send_message(FileSelectorMessage::focus_current_path(
self.import_project_dialog,
MessageDirection::ToWidget,
));
}

fn on_create_clicked(&mut self, ui: &mut UserInterface) {
Expand Down

0 comments on commit 5e8f3b2

Please sign in to comment.