Dynamically add bluetooth devices

Add scrolling for wifi
Improve audio ui a little
This commit is contained in:
takotori 2023-11-02 10:43:37 +01:00
parent 13084ed86d
commit e34e8ce80f
11 changed files with 263 additions and 141 deletions

View file

@ -10,8 +10,6 @@ use crate::components::audio::audioSource::AudioSourceEntry;
pub struct AudioBox {
#[template_child]
pub resetOutputDevice: TemplateChild<DropDown>,
#[template_child]
pub resetAllOutputDevices: TemplateChild<Button>,
}