summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/gwps.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index e31427e..8937a0a 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -744,7 +744,12 @@ long gui_wps_show(void)
default:
if(default_event_handler(button) == SYS_USB_CONNECTED)
+ {
+#ifdef HAVE_LCD_COLOR
+ lcd_set_backdrop(gui_wps[SCREEN_MAIN].data->old_backdrop);
+#endif
return SYS_USB_CONNECTED;
+ }
update_track = true;
break;
}