Skip to content

Commit 2081344

Browse files
committed
fix naming var for last fw
1 parent 64a21d9 commit 2081344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenes/subrem_scene_open_sub_file.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SubRemLoadSubState subrem_scene_open_sub_file_dialog(SubGhzRemoteApp* app) {
2323

2424
DialogsFileBrowserOptions browser_options;
2525

26-
dialog_file_browser_set_basic_options(&browser_options, SUBGHZ_APP_EXTENSION, &I_sub1_10px);
26+
dialog_file_browser_set_basic_options(&browser_options, SUBGHZ_APP_FILENAME_EXTENSION, &I_sub1_10px);
2727
browser_options.base_path = SUBGHZ_RAW_FOLDER;
2828

2929
// Input events and views are managed by file_select

0 commit comments

Comments
 (0)