Skip to content

Commit

Permalink
Dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Nov 20, 2023
1 parent a6f2a10 commit e1cff87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/luminol/src/app/top_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ impl TopBar {
#[cfg(not(target_arch = "wasm32"))]
{
self.load_project_promise = Some(poll_promise::Promise::spawn_async(
luminol_filesystem::host::FileSystem::from_pile_picker(),
luminol_filesystem::host::FileSystem::from_file_picker(),
));
}
#[cfg(target_arch = "wasm32")]
Expand Down

0 comments on commit e1cff87

Please sign in to comment.