Skip to content

Commit

Permalink
Fix mock_runtime on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Nov 5, 2024
1 parent e880df2 commit e59669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri/src/test/mock_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ impl WindowBuilder for MockWindowBuilder {
self
}

fn prevent_overflow_with_margin(self, margin: muda::dpi::Size) -> Self {
fn prevent_overflow_with_margin(self, margin: tauri_runtime::dpi::Size) -> Self {
self
}

Expand Down

0 comments on commit e59669f

Please sign in to comment.