Use open::that_in_background in markdown example

This commit is contained in:
Héctor Ramón Jiménez 2024-07-21 14:10:39 +02:00
parent 78c4f7e646
commit a2943798a3
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -52,7 +52,7 @@ impl Markdown {
} }
} }
Message::LinkClicked(link) => { Message::LinkClicked(link) => {
let _ = open::that(link); let _ = open::that_in_background(link);
} }
} }
} }