diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/gwps.c | 5 |
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; } |