Tray fixes

This commit is contained in:
Lennard Kittner
2025-09-29 08:51:34 +02:00
parent deae62cd01
commit 4724df1920

View File

@@ -44,7 +44,8 @@ fn main() {
Ok(()) => (),
Err(error) => {
eprintln!("{error}");
device.get_device_state_mut().connected = None;
//TODO: only set to none on headsets where connection can be detected
// device.get_device_state_mut().connected = None;
tray_handler.update(device.get_device_state());
break; // try to reconnect
}