From c296c2781a71649a14f51e5e325aa8ec28484cda Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 14 Jan 2026 15:27:44 +0100 Subject: [PATCH] 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 --- apps/gui/wps.c | 1 + 1 file changed, 1 insertion(+) 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