wip: bringing it back from the dead once again
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-07-14 23:06:41 +03:00
parent 45dc05acd6
commit 71c519b711
10 changed files with 530 additions and 371 deletions

View file

@ -12,10 +12,10 @@ pub struct Pool {
/// Embedded file browser
pub browser: Option<Browser>,
}
take!(BrowserCommand |state: Pool, iter|Ok(state.browser.as_ref()
.map(|p|Take::take(p, iter))
.transpose()?
.flatten()));
//take!(BrowserCommand |state: Pool, iter|Ok(state.browser.as_ref()
//.map(|p|Take::take(p, iter))
//.transpose()?
//.flatten()));
impl Default for Pool {
fn default () -> Self {
use PoolMode::*;