Update music_beeper.c

This commit is contained in:
VerstreuteSeele
2023-01-10 22:07:43 +01:00
parent 746a99f2d2
commit f5a4fc424e

View File

@@ -312,7 +312,7 @@ int32_t music_beeper_app(void* p) {
DialogsFileBrowserOptions browser_options;
dialog_file_browser_set_basic_options(
&browser_options, MUSIC_BEEPER_APP_EXTENSION, &I_music_10px);
browser_options.hide_ext = false;
browser_options.base_path = MUSIC_BEEPER_APP_PATH_FOLDER;
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
bool res = dialog_file_browser_show(dialogs, file_path, file_path, &browser_options);