diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index aa7cb69ab7..3af52b5396 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -669,6 +669,7 @@ static char* get_tag(struct wps_data* wps_data, switch(tag[1]) { case 'h': /* Only one we have so far HDD LED */ + *flags |= WPS_REFRESH_DYNAMIC; if(led_read(HZ/2)) return "h"; else