mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-06-19 20:23:33 +00:00
feat: recursively show directories in files list (#105)
This commit is contained in:
committed by
GitHub
parent
d974a93c04
commit
8155cceac8
+1
-1
@@ -16,7 +16,7 @@ impl App for SoundpadGui {
|
||||
&& current_dir == &path
|
||||
{
|
||||
self.app_state.current_dir = None;
|
||||
self.app_state.files.clear();
|
||||
self.app_state.listed_files.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user