mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-16 22:13:19 +00:00
Changed repeat glyph from circular arrow to infinity symbol for better font compatibility. Shame.
This commit is contained in:
parent
51e8fc943d
commit
5973e40e77
@ -289,7 +289,7 @@ void TransportWindow::Update() {
|
||||
|
||||
/* repeat mode setup */
|
||||
PlaybackService::RepeatMode mode = this->playback.GetRepeatMode();
|
||||
std::string repeatLabel = " ↻ ";
|
||||
std::string repeatLabel = " ∞ ";
|
||||
std::string repeatModeLabel;
|
||||
int64 repeatAttrs = -1;
|
||||
switch (mode) {
|
||||
|
Loading…
Reference in New Issue
Block a user