feat(web): Fetch and cache favicons

This commit is contained in:
Paul Delafosse 2021-10-19 15:10:46 +02:00 committed by GitHub
parent 55c1b6e4bd
commit 589dcb1cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 512 additions and 9 deletions

View file

@ -120,4 +120,4 @@ fn detect_terminal() -> (PathBuf, &'static str) {
}
(PathBuf::from("/usr/bin/gnome-terminal"), "--")
}
}