mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 10:01:39 +01:00
simplify bluetooth entry
This commit is contained in:
parent
8518d6e247
commit
0184fba8b4
5 changed files with 30 additions and 147 deletions
|
|
@ -295,13 +295,15 @@ pub fn start_bluetooth_listener(listeners: Arc<Listeners>, bluetooth_box: Arc<Bl
|
|||
list_entry
|
||||
.0
|
||||
.imp()
|
||||
.reset_bluetooth_button
|
||||
.button
|
||||
.borrow()
|
||||
.set_sensitive(true);
|
||||
} else {
|
||||
list_entry
|
||||
.0
|
||||
.imp()
|
||||
.reset_bluetooth_button
|
||||
.button
|
||||
.borrow()
|
||||
.set_sensitive(false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue