mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 15:58:36 -07:00
Update music_beeper.c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user