mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
62e7c88e65
commit
d281a004bb
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@ impl Manager {
|
|||
let mut result = InputProxy::show(InputCfg::quit(left));
|
||||
loop {
|
||||
select! {
|
||||
_ = time::sleep(Duration::from_millis(50)) => {
|
||||
_ = time::sleep(Duration::from_millis(100)) => {
|
||||
i += 1;
|
||||
if i > 50 { break }
|
||||
if i > 30 { break }
|
||||
else if ongoing.lock().len() == 0 {
|
||||
emit!(Quit(opt));
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue