From 28633e857f86a21d874117fd677de5e8ad21d8d3 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 4 Oct 2023 14:47:30 +1100 Subject: Implement UI for enqueuing instead of replacing the current track --- src/ui/screen_playing.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/screen_playing.cpp') 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_, ""); } -- cgit v1.2.3