Update Nerdfont glyphs (#1141)

This commit is contained in:
Callum Wishart
2023-05-05 07:43:50 +10:00
committed by GitHub
parent b742bec22e
commit 43a4883bd3
7 changed files with 10 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ impl ListItem for Show {
fn display_right(&self, library: &Library) -> String {
let saved = if library.is_saved_show(self) {
if library.cfg.values().use_nerdfont.unwrap_or(false) {
"\u{f62b} "
"\u{f012c} "
} else {
""
}