Prepare UI for disks backups

This commit is contained in:
2025-05-30 10:28:54 +02:00
parent a18310e04a
commit 83df7e1b20
7 changed files with 145 additions and 43 deletions

View File

@ -55,7 +55,7 @@ impl FileSize {
}
};
Ok(Self((value as f64).mul(fact) as usize))
Ok(Self((value as f64).mul(fact).ceil() as usize))
}
/// Get file size as bytes