Browse Source

add comment

master
yggverse 2 months ago
parent
commit
5aa09d29a0
  1. 1
      src/browser/main/tab/page/meta.rs

1
src/browser/main/tab/page/meta.rs

@ -26,6 +26,7 @@ pub struct Meta { @@ -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,
}

Loading…
Cancel
Save