remove progress bars from audio entries

This commit is contained in:
takotori 2023-12-11 21:54:36 +01:00
parent f95dca41a4
commit 209dc7f0af
12 changed files with 4 additions and 75 deletions

View file

@ -22,8 +22,6 @@ pub struct SinkEntry {
pub reset_volume_slider: TemplateChild<Scale>,
#[template_child]
pub reset_volume_percentage: TemplateChild<Label>,
#[template_child]
pub reset_volume_meter: TemplateChild<ProgressBar>,
pub stream: Arc<RefCell<Sink>>,
pub volume_time_stamp: RefCell<Option<SystemTime>>,
}