From 9712d375ce31d8394cc30b9121577a7646c1af12 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 7 Mar 2021 10:07:49 -0500 Subject: Shortcuts.c -- Update Fix returns from shortcuts -- should now run plugins Fix formatting of file names to remove path from browser shortcuts Change-Id: I46e337110d04b84bedcb0c2945d5dd29a1860847 --- apps/gui/wps.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/gui/wps.c') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 846c952baf..78ab8dc8dd 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -836,7 +836,12 @@ long gui_wps_show(void) case ACTION_WPS_QUICKSCREEN: { gwps_leave_wps(); - if (quick_screen_quick(button)) + if (global_settings.shortcuts_replaces_qs) + { + global_status.last_screen = GO_TO_SHORTCUTMENU; + return quick_screen_quick(button); + } + else if (quick_screen_quick(button) > 0) return GO_TO_ROOT; restore = true; } -- cgit v1.2.3