increase loading widget toggle to 100Kb

This commit is contained in:
yggverse 2025-06-28 08:32:10 +03:00
parent 27a79a10f5
commit 5c3f41c054

View File

@ -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(