This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit a9ad00926eeccb347849320fea21789d4e2ebd1d
Author: politebot <[email protected]>
AuthorDate: Sat Oct 11 08:48:51 2025 -0500
Update status bar
---
src/ui.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ui.c b/src/ui.c
index 4f34c5e..4efacec 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -188,7 +188,7 @@ ui_create(AppData *ad)
evas_object_show(controls_hbox);
ad->statusbar = elm_label_add(ad->win);
- elm_object_text_set(ad->statusbar, "Now Playing: ");
+ elm_object_text_set(ad->statusbar, "");
elm_object_style_set(ad->statusbar, "marquee");
evas_object_size_hint_weight_set(ad->statusbar, EVAS_HINT_EXPAND, 0);
evas_object_size_hint_align_set(ad->statusbar, EVAS_HINT_FILL, 0.5);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.