Skip to content

Commit

Permalink
wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 23, 2024
1 parent f435d43 commit 8c09bb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/viewer/re_viewer/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,10 @@ impl eframe::App for App {
for file in files {
self.command_sender
.send_system(SystemCommand::LoadDataSource(DataSource::FileContents(
FileSource::FileDialog,
FileSource::FileDialog {
recommended_application_id: None,
recommended_recording_id: None,
},
file.clone(),
)));
}
Expand Down

0 comments on commit 8c09bb6

Please sign in to comment.