mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-08 12:40:28 +00:00
Fixed issue where now playing readout was not properly ellipsized.
This commit is contained in:
parent
5b1f07c953
commit
0ca5bb4bbb
@ -280,6 +280,7 @@ static size_t writePlayingFormat(
|
|||||||
else {
|
else {
|
||||||
value = Strings.PLAYING;
|
value = Strings.PLAYING;
|
||||||
}
|
}
|
||||||
|
cols = u8len(value);
|
||||||
}
|
}
|
||||||
if (token->value == "$title") {
|
if (token->value == "$title") {
|
||||||
attr = gb;
|
attr = gb;
|
||||||
|
Loading…
Reference in New Issue
Block a user