improv(files): Limit to 20 sorted results
This commit is contained in:
parent
9c69310e09
commit
4a45257472
1 changed files with 4 additions and 0 deletions
|
|
@ -178,6 +178,10 @@ impl App {
|
|||
}),
|
||||
)
|
||||
.await;
|
||||
|
||||
if id == 19 {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
crate::send(&mut self.out, PluginResponse::Finished).await;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue