add missing whitespace to shuffle mode indicator

This commit is contained in:
Henrik Friedrichsen
2019-03-30 23:20:23 +01:00
parent 378afc40a8
commit 90ffd94c61

View File

@@ -93,7 +93,7 @@ impl View for StatusBar {
if self.use_nerdfont { if self.use_nerdfont {
"\u{f99c} " "\u{f99c} "
} else { } else {
"[Z]" "[Z] "
} }
} else { } else {
"" ""