From a6bafe51a63850dcb25a61b1722595895e9a539e Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Thu, 15 Dec 2022 07:15:42 +0100 Subject: [PATCH] WPS hotkeys: Don't enable SBS for pitch screen or bookmarking Change-Id: I5d5f4f1c402500abd15fcbb8b62013c97f4f931c --- apps/gui/wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;