chore: Fix spelling mistake

This commit is contained in:
Fabio Lenherr / DashieTM 2024-03-12 11:17:50 +01:00
parent bca769b180
commit ccf32a7d58
3 changed files with 6 additions and 10 deletions

View file

@ -173,7 +173,7 @@ fn bluetooth_enabled_switch_handler(
glib::Propagation::Proceed
}
pub fn populate_conntected_bluetooth_devices(bluetooth_box: Arc<BluetoothBox>) {
pub fn populate_connected_bluetooth_devices(bluetooth_box: Arc<BluetoothBox>) {
// TODO handle saved devices -> they also exist
gio::spawn_blocking(move || {
let ref_box = bluetooth_box.clone();