From f348d921b6abc7d164fa867939f55673bc6d102f Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 9 Mar 2021 08:21:20 -0500 Subject: Shortcuts Menu -- Update2 make shortcuts menu drop back into WPS on exit different icons for plugins and files versus folders Change-Id: I1b590c223b63a6b6598c33e767738daaea1c8ad0 --- apps/gui/wps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 78ab8dc8dd..b42e386a91 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -839,7 +839,8 @@ long gui_wps_show(void) if (global_settings.shortcuts_replaces_qs) { global_status.last_screen = GO_TO_SHORTCUTMENU; - return quick_screen_quick(button); + int ret = quick_screen_quick(button); + return (ret == GO_TO_PREVIOUS ? GO_TO_WPS : ret); } else if (quick_screen_quick(button) > 0) return GO_TO_ROOT; -- cgit v1.2.3