Changed repeat glyph from circular arrow to infinity symbol for better font compatibility. Shame.

This commit is contained in:
casey 2016-06-25 13:18:39 -07:00
parent 51e8fc943d
commit 5973e40e77

View File

@ -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) {