mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 10:24:07 +02:00
fix link in notification
This commit is contained in:
parent
b42653f43a
commit
cfa35ad308
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue