This commit is contained in:
Jeremy Soller 2024-02-22 14:30:04 -07:00
parent 86aa79733b
commit d526040ff5
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 4 additions and 2 deletions

View file

@ -470,7 +470,7 @@ impl Application for App {
self.result_opt = Some(DialogResult::Open(vec![path]));
return window::close(self.main_window_id());
}
}
}
}
}
Message::TabMessage(tab_message) => {