fix regression 18dfd8f691
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit c296c2781a71649a14f51e5e325aa8ec28484cda Author: Christian Soffke <[email protected]> Date: Wed Jan 14 15:27:44 2026 +0100 fix regression 18dfd8f691 The WPS, or certain screens accessed directly from it, may have displayed a title when they shouldn't have. Change-Id: I655f58aa7c4ff3ff996d9798fdbe06c14f09c27b diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 70bf33dfb6..78e49ac4f8 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -574,6 +574,7 @@ static void gwps_enter_wps(bool theme_enabled) gwps = skin_get_gwps(WPS, i); display = gwps->display; display->scroll_stop(); + sb_set_title_text(NULL, Icon_NOICON, i); /* Update the values in the first (default) viewport - in case the user has modified the statusbar or colour settings */ #if LCD_DEPTH > 1 -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs