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

JS debug disabled, archive and file browser fixes

This commit is contained in:
nminaylov
2024-02-13 16:05:04 +03:00
parent 25a280c818
commit d75f2c62ca
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;
}