chore: Bump version of daemon

This commit is contained in:
Fabio Lenherr / DashieTM 2023-12-17 18:21:02 +01:00
parent 6055856f18
commit 1c0b467d8a
6 changed files with 14 additions and 43 deletions

View file

@ -1,6 +1,5 @@
use std::sync::atomic::Ordering;
use std::sync::Arc;
use std::thread;
use std::time::{Duration, SystemTime};
use adw::glib;
@ -379,7 +378,6 @@ pub fn start_bluetooth_listener(listeners: Arc<Listeners>, bluetooth_box: Arc<Bl
.set_description(Some("Scanning..."));
time = SystemTime::now();
}
thread::sleep(Duration::from_millis(100));
}
});
}