summaryrefslogtreecommitdiffstats
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index f8fd99930f..3cda2fb44a 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -787,7 +787,7 @@ long gui_wps_show(void)
hotkey = true;
if (!global_settings.hotkey_wps)
break;
- if (global_settings.hotkey_wps == HOTKEY_PLUGIN)
+ if (get_hotkey(global_settings.hotkey_wps)->flags & HOTKEY_FLAG_NOSBS)
{
/* leave WPS without re-enabling theme */
theme_enabled = false;