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/tree.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index fc54b06f33..44af918804 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -738,7 +738,12 @@ static int dirbrowse(void) /* don't enter f2 from plugin browser */ if (*tc.dirfilter < NUM_FILTER_MODES) { - 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)) reload_dir = true; restore = true; } -- cgit v1.2.3