add comment

This commit is contained in:
yggverse 2025-09-12 14:13:41 +03:00
parent 66ffd6fae9
commit b9def8216d

View file

@ -201,6 +201,7 @@ impl Nex {
{ {
let p = p.clone(); let p = p.clone();
move |_, t| { move |_, t| {
// do not change widget until n bytes
if loading_total.replace(t) > 102400 { if loading_total.replace(t) > 102400 {
let mut l = loading.borrow_mut(); let mut l = loading.borrow_mut();
match *l { match *l {