cargo fmt

This commit is contained in:
2026-07-07 19:29:48 +03:00
parent 4f8f663f12
commit 5fef42a2e2
+1 -4
View File
@@ -199,10 +199,7 @@ impl SoundpadGui {
}
if !search_query.is_empty() {
let file_name = entry_path
.file_name()
.unwrap_or_default()
.to_string_lossy();
let file_name = entry_path.file_name().unwrap_or_default().to_string_lossy();
if !file_name.to_lowercase().contains(search_query) {
return false;