1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

Merge remote-tracking branch 'OFW/nm/js_archive_fixes' into dev

This commit is contained in:
MX
2024-02-13 16:29:15 +03:00
3 changed files with 6 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ static bool browser_path_trim(FuriString* path) {
return is_root;
}
static void browser_parse_ext_filter(ExtFilterArray_t ext_filter, const char* filter_str) {
ExtFilterArray_reset(ext_filter);
if(!filter_str) {
return;
}