From 29c4070d0bf6b68d5e3669c7e0159f0427a5391d Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Wed, 7 Dec 2022 19:21:25 -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 bd951533e..bb56a8eb3 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 @@ -7,7 +7,7 @@ static bool bad_usb_file_select(BadUsbApp* bad_usb) { furi_assert(bad_usb); DialogsFileBrowserOptions browser_options; - dialog_file_browser_set_basic_options(&browser_options, BAD_USB_APP_EXTENSION, &I_badusb_10px); + dialog_file_browser_set_basic_options(&browser_options, BAD_USB_APP_SCRIPT_EXTENSION, &I_badusb_10px); browser_options.skip_assets = true; browser_options.base_path = BAD_USB_APP_BASE_FOLDER;