The WPS, or certain screens accessed directly from it,
may have displayed a title when they shouldn't have.

Change-Id: I655f58aa7c4ff3ff996d9798fdbe06c14f09c27b
This commit is contained in:
Christian Soffke 2026-01-14 15:27:44 +01:00
parent 4541c94292
commit c296c2781a

View file

@ -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