disable the unpair button for peripherals of a Nano receiver
This commit is contained in:
parent
1d9a3bf23a
commit
2fea5d9af2
|
@ -551,6 +551,7 @@ def _update_device_panel(device, panel, buttons, full=False):
|
|||
panel._lux.set_visible(False)
|
||||
|
||||
buttons._pair.set_visible(False)
|
||||
buttons._unpair.set_sensitive(device.receiver.unifying_supported)
|
||||
buttons._unpair.set_visible(True)
|
||||
|
||||
panel.set_visible(True)
|
||||
|
|
Loading…
Reference in New Issue