mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-29 03:32:42 +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 */
|
/* repeat mode setup */
|
||||||
PlaybackService::RepeatMode mode = this->playback.GetRepeatMode();
|
PlaybackService::RepeatMode mode = this->playback.GetRepeatMode();
|
||||||
std::string repeatLabel = " ↻ ";
|
std::string repeatLabel = " ∞ ";
|
||||||
std::string repeatModeLabel;
|
std::string repeatModeLabel;
|
||||||
int64 repeatAttrs = -1;
|
int64 repeatAttrs = -1;
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user