Skip to content

Commit

Permalink
Match changes on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanticaccent committed Apr 30, 2022
1 parent d8dc749 commit 799da8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/download_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn main() -> wry::Result<()> {
.build()?;

#[cfg(debug_assertions)]
webview.devtool();
webview.open_devtools();

event_loop.run(move |event, _, control_flow| {
*control_flow = ControlFlow::Wait;
Expand Down

0 comments on commit 799da8e

Please sign in to comment.