mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 06:21:58 +00:00
increase loading widget toggle to 100Kb
This commit is contained in:
parent
27a79a10f5
commit
5c3f41c054
@ -165,7 +165,7 @@ impl Nex {
|
|||||||
{
|
{
|
||||||
let p = p.clone();
|
let p = p.clone();
|
||||||
move |_, t| {
|
move |_, t| {
|
||||||
if loading_total.replace(t) > 1024 {
|
if loading_total.replace(t) > 102400 {
|
||||||
let mut l = loading.borrow_mut();
|
let mut l = loading.borrow_mut();
|
||||||
match *l {
|
match *l {
|
||||||
Some(ref this) => this.set_description(
|
Some(ref this) => this.set_description(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user