rename button

This commit is contained in:
takotori 2023-12-06 19:50:22 +01:00
parent 0184fba8b4
commit 4142f3f3a8
3 changed files with 8 additions and 8 deletions

View file

@ -295,14 +295,14 @@ pub fn start_bluetooth_listener(listeners: Arc<Listeners>, bluetooth_box: Arc<Bl
list_entry
.0
.imp()
.button
.remove_device_button
.borrow()
.set_sensitive(true);
} else {
list_entry
.0
.imp()
.button
.remove_device_button
.borrow()
.set_sensitive(false);
}