mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
show icon depending of current entry value
This commit is contained in:
parent
5348417a73
commit
c22413b973
4 changed files with 96 additions and 52 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue