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

@@ -227,7 +227,7 @@ impl ListItem for Track {
} else {
let saved = if library.is_saved_track(&Playable::Track(self.clone())) {
if library.cfg.values().use_nerdfont.unwrap_or(false) {
"\u{f62b}"
"\u{f012c}"
} else {
""
}