summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index c7343515f8..dd941e8061 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -1388,6 +1388,11 @@ static const char *get_token_value(struct gui_wps *gwps,
1388 else 1388 else
1389 return NULL; 1389 return NULL;
1390#endif 1390#endif
1391 case WPS_TOKEN_BUTTON_VOLUME:
1392 if (data->button_time_volume &&
1393 TIME_BEFORE(current_tick, data->button_time_volume+2*HZ/3))
1394 return ".:|";
1395 return NULL;
1391 default: 1396 default:
1392 return NULL; 1397 return NULL;
1393 } 1398 }