Skip to content

Commit

Permalink
Merge pull request #1819 from DioxusLabs/jk/fix-segfault-boot
Browse files Browse the repository at this point in the history
Fix muda segfault
  • Loading branch information
jkelleyrtp authored Jan 12, 2024
2 parents a7a6645 + 075caed commit ba23512
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 102 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/desktop/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ impl Config {
);

Self {
// event_handler: None,
window,
protocols: Vec::new(),
file_drop_handler: None,
Expand Down
Loading

0 comments on commit ba23512

Please sign in to comment.