mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Formatting & New updated IR
This commit is contained in:
@@ -683,7 +683,8 @@ int32_t playlist_app(void* p) {
|
||||
dialog_file_browser_set_basic_options(&browser_options, PLAYLIST_EXT, &I_sub1_10px);
|
||||
browser_options.base_path = PLAYLIST_FOLDER;
|
||||
|
||||
bool res = dialog_file_browser_show(dialogs, app->file_path, app->file_path, &browser_options);
|
||||
bool res =
|
||||
dialog_file_browser_show(dialogs, app->file_path, app->file_path, &browser_options);
|
||||
|
||||
furi_record_close(RECORD_DIALOGS);
|
||||
// check if a file was selected
|
||||
|
||||
Reference in New Issue
Block a user