Skip to content

Commit

Permalink
Fix error[E0599] by running .run(context) once
Browse files Browse the repository at this point in the history
  • Loading branch information
Neved4 committed Jan 14, 2025
1 parent 07d5dad commit 18fea61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fn main() {

builder
.plugin(tauri_plugin_window_state::Builder::default().build())
.run(tauri::generate_context!())
.plugin(tauri_plugin_localhost::Builder::new(port).build())
.run(context)
.expect("error while building tauri application")
Expand Down

0 comments on commit 18fea61

Please sign in to comment.