Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Nov 2, 2024
1 parent 89c9c04 commit 24624ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri/src/webview/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod desktop_commands {
}

impl<R: Runtime> crate::webview::WebviewBuilder<R> {
fn from_webview_config(label: String, conifg: &WebviewConfig) -> Self {
fn from_webview_config(label: String, config: &WebviewConfig) -> Self {
let mut builder = Self::new(label, config.url);
builder.webview_attributes.user_agent = config.user_agent;
builder.webview_attributes.drag_drop_handler_enabled =
Expand Down

0 comments on commit 24624ff

Please sign in to comment.