show icon depending of current entry value

This commit is contained in:
yggverse 2024-12-11 07:01:08 +02:00
parent 5348417a73
commit c22413b973
4 changed files with 96 additions and 52 deletions

View file

@ -25,17 +25,8 @@ impl Request {
}
// Actions
pub fn update(
&self,
progress_fraction: Option<f64>,
is_identity_applicable: bool,
is_identity_active: bool,
) {
self.widget.update(
progress_fraction,
is_identity_applicable,
is_identity_active,
);
pub fn update(&self, progress_fraction: Option<f64>, is_identity_active: bool) {
self.widget.update(progress_fraction, is_identity_active);
}
pub fn clean(