Skip to content

Commit ed1ae26

Browse files
committed
Fix missing argument error in create_webview_inner
1 parent adec841 commit ed1ae26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wrywebview/src/main/rust

wrywebview/src/main/rust/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ pub fn create_webview(
487487
width, height,
488488
url,
489489
user_agent,
490+
proxy.map(proxy_from_record),
490491
data_directory,
491492
zoom,
492493
transparent,
@@ -499,7 +500,6 @@ pub fn create_webview(
499500
autoplay,
500501
focused,
501502
nav_handler,
502-
proxy
503503
)
504504
)
505505
}

0 commit comments

Comments
 (0)