chore: Show address for bluetooth

This commit is contained in:
Fabio Lenherr / DashieTM 2023-12-06 19:15:39 +01:00
parent 64a5a67e29
commit 8518d6e247
4 changed files with 65 additions and 23 deletions

View file

@ -14,6 +14,8 @@ pub struct BluetoothEntry {
#[template_child]
pub reset_bluetooth_label: TemplateChild<Label>,
#[template_child]
pub reset_bluetooth_address: TemplateChild<Label>,
#[template_child]
pub reset_bluetooth_button: TemplateChild<Button>,
pub device_name: RefCell<String>,
}