mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 10:01:39 +01:00
chore: Fix spelling mistake
This commit is contained in:
parent
bca769b180
commit
ccf32a7d58
3 changed files with 6 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue