We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a21d9 commit 2081344Copy full SHA for 2081344
scenes/subrem_scene_open_sub_file.c
@@ -23,7 +23,7 @@ SubRemLoadSubState subrem_scene_open_sub_file_dialog(SubGhzRemoteApp* app) {
23
24
DialogsFileBrowserOptions browser_options;
25
26
- dialog_file_browser_set_basic_options(&browser_options, SUBGHZ_APP_EXTENSION, &I_sub1_10px);
+ dialog_file_browser_set_basic_options(&browser_options, SUBGHZ_APP_FILENAME_EXTENSION, &I_sub1_10px);
27
browser_options.base_path = SUBGHZ_RAW_FOLDER;
28
29
// Input events and views are managed by file_select
0 commit comments