add comment

This commit is contained in:
yggverse 2024-09-28 13:22:33 +03:00
parent 7d55e2b8ee
commit 5aa09d29a0

View File

@ -26,6 +26,7 @@ pub struct Meta {
pub status: Option<Status>,
// Useful to compose other widgets
// (e.g. navigation bar listen for this value update)
// @TODO deprecated, calculate by Status enum
pub progress_fraction: f32,
}