compact sample list

This commit is contained in:
🪞👃🪞 2025-05-14 20:44:25 +03:00
parent d45bd2122e
commit 4a9e9132f3
3 changed files with 9 additions and 5 deletions

View file

@ -87,7 +87,7 @@ impl App {
))
}
pub fn view_samples_keys (&self) -> impl Content<TuiOut> + use<'_> {
self.project.sampler().map(|s|s.view_list(false, self.editor().unwrap()))
self.project.sampler().map(|s|s.view_list(true, self.editor().unwrap()))
}
pub fn view_samples_grid (&self) -> impl Content<TuiOut> + use<'_> {
self.project.sampler().map(|s|s.view_grid())