Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Dec 7, 2023
1 parent fb508ea commit 2ea0fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenes/subrem_scene_open_sub_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ SubRemLoadSubState subrem_scene_open_sub_file_dialog(SubGhzRemoteApp* app) {

DialogsFileBrowserOptions browser_options;

dialog_file_browser_set_basic_options(&browser_options, SUBGHZ_APP_FILENAME_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 2ea0fac

Please sign in to comment.