mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
increase loading widget toggle to 100Kb
This commit is contained in:
parent
27a79a10f5
commit
5c3f41c054
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ impl Nex {
|
|||
{
|
||||
let p = p.clone();
|
||||
move |_, t| {
|
||||
if loading_total.replace(t) > 1024 {
|
||||
if loading_total.replace(t) > 102400 {
|
||||
let mut l = loading.borrow_mut();
|
||||
match *l {
|
||||
Some(ref this) => this.set_description(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue