Fix pa_volume knobs not having the correct initial style and value
This commit is contained in:
parent
96451e3c91
commit
8797f61746
1 changed files with 3 additions and 0 deletions
|
@ -202,6 +202,9 @@ async fn manage_knob(path: KnobPath, config: KnobConfig, mut events: broadcast::
|
|||
}
|
||||
};
|
||||
|
||||
update_knob_style(&entity_state);
|
||||
update_knob_value(&entity_state);
|
||||
|
||||
loop {
|
||||
tokio::select! {
|
||||
Ok(volume_state) = volume_states.recv() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue