Use open::that_in_background in markdown example
This commit is contained in:
parent
78c4f7e646
commit
a2943798a3
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ impl Markdown {
|
|||
}
|
||||
}
|
||||
Message::LinkClicked(link) => {
|
||||
let _ = open::that(link);
|
||||
let _ = open::that_in_background(link);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue