From bc1f73801e63fd5971be042f41091592a152168f Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Wed, 7 Dec 2022 19:20:18 -0500 Subject: [PATCH] Update bad_usb_scene_file_select.c --- applications/main/bad_usb/scenes/bad_usb_scene_file_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/bad_usb/scenes/bad_usb_scene_file_select.c b/applications/main/bad_usb/scenes/bad_usb_scene_file_select.c index e67a45c53..bd951533e 100644 --- a/applications/main/bad_usb/scenes/bad_usb_scene_file_select.c +++ b/applications/main/bad_usb/scenes/bad_usb_scene_file_select.c @@ -9,7 +9,7 @@ static bool bad_usb_file_select(BadUsbApp* bad_usb) { DialogsFileBrowserOptions browser_options; dialog_file_browser_set_basic_options(&browser_options, BAD_USB_APP_EXTENSION, &I_badusb_10px); browser_options.skip_assets = true; - browser_options.base_path = BAD_USB_APP_PATH_FOLDER; + browser_options.base_path = BAD_USB_APP_BASE_FOLDER; // Input events and views are managed by file_browser bool res = dialog_file_browser_show(