diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-10-04 14:47:30 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-10-04 14:47:30 +1100 |
| commit | 28633e857f86a21d874117fd677de5e8ad21d8d3 (patch) | |
| tree | d016f7da3b7d5b8ca9c577ea5eaf783a925e418b /src/ui/screen_playing.cpp | |
| parent | 7a7fafdd92f8ddc1143a00febf0a540cfefaf099 (diff) | |
| download | tangara-fw-28633e857f86a21d874117fd677de5e8ad21d8d3.tar.gz | |
Implement UI for enqueuing instead of replacing the current track
Diffstat (limited to 'src/ui/screen_playing.cpp')
| -rw-r--r-- | src/ui/screen_playing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/screen_playing.cpp b/src/ui/screen_playing.cpp index 771da679..6b054f7f 100644 --- a/src/ui/screen_playing.cpp +++ b/src/ui/screen_playing.cpp @@ -284,6 +284,7 @@ Playing::Playing(models::TopBar& top_bar_model, lv_label_set_text(next_up_hint_, ""); return; } else { + lv_label_set_text(next_up_label_, "Next up"); lv_label_set_text(next_up_hint_, ""); } |
