summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/wps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 96f66eeb50..4eda866d27 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -886,10 +886,12 @@ long gui_wps_show(void)
886#endif 886#endif
887 switch(button) 887 switch(button)
888 { 888 {
889#ifdef HAVE_HOTKEY
889 case ACTION_WPS_HOTKEY: 890 case ACTION_WPS_HOTKEY:
890 if (!global_settings.hotkey_wps) 891 if (!global_settings.hotkey_wps)
891 break; 892 break;
892 /* fall through */ 893 /* fall through */
894#endif
893 case ACTION_WPS_CONTEXT: 895 case ACTION_WPS_CONTEXT:
894 { 896 {
895 bool hotkey = button == ACTION_WPS_HOTKEY; 897 bool hotkey = button == ACTION_WPS_HOTKEY;