diff --git a/src/components/audio/audioBoxImpl.rs b/src/components/audio/audioBoxImpl.rs index 49241e9..b6070d7 100644 --- a/src/components/audio/audioBoxImpl.rs +++ b/src/components/audio/audioBoxImpl.rs @@ -10,8 +10,6 @@ use crate::components::audio::audioSource::AudioSourceEntry; pub struct AudioBox { #[template_child] pub resetOutputDevice: TemplateChild, - #[template_child] - pub resetAllOutputDevices: TemplateChild