From f5a4fc424e6dad8b9a27b2661ffd1dc6e84e77c8 Mon Sep 17 00:00:00 2001 From: VerstreuteSeele Date: Tue, 10 Jan 2023 22:07:43 +0100 Subject: [PATCH] Update music_beeper.c --- applications/plugins/music_beeper/music_beeper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/plugins/music_beeper/music_beeper.c b/applications/plugins/music_beeper/music_beeper.c index edebbc597..f743e3c98 100644 --- a/applications/plugins/music_beeper/music_beeper.c +++ b/applications/plugins/music_beeper/music_beeper.c @@ -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);