Skip to content

Commit

Permalink
lint, init plugin, add to api example
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 11, 2023
1 parent 80b5b2c commit 210e85c
Show file tree
Hide file tree
Showing 7 changed files with 1,825 additions and 7 deletions.
1 change: 1 addition & 0 deletions core/tauri/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ impl<R: Runtime> App<R> {
fn register_core_plugins(&self) -> crate::Result<()> {
self.handle.plugin(crate::path::init())?;
self.handle.plugin(crate::event::init())?;
self.handle.plugin(crate::window::plugin::init())?;
Ok(())
}

Expand Down
Loading

0 comments on commit 210e85c

Please sign in to comment.