Skip to content

Commit

Permalink
fix naming var for last fw
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 4, 2023
1 parent 64a21d9 commit 2081344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/subrem_scene_open_sub_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SubRemLoadSubState subrem_scene_open_sub_file_dialog(SubGhzRemoteApp* app) {

DialogsFileBrowserOptions browser_options;

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);
browser_options.base_path = SUBGHZ_RAW_FOLDER;

// Input events and views are managed by file_select
Expand Down

0 comments on commit 2081344

Please sign in to comment.