fix link in notification

This commit is contained in:
Robin Appelman 2025-12-20 15:48:07 +01:00
commit cfa35ad308

View file

@ -183,7 +183,7 @@ fn show_notification(source: PathBuf) {
.summary("Download moved") .summary("Download moved")
.appname("Galton") .appname("Galton")
.body(&format!( .body(&format!(
"<a href=\"{}\">{}</a>", "<a href=\"file://{}\">{}</a>",
source.display(), source.display(),
source.file_name().unwrap().to_string_lossy() source.file_name().unwrap().to_string_lossy()
)) ))