forked from openlp/openlp
Update source selection as soon as power is on
This commit is contained in:
parent
77040050f4
commit
99c7566f98
@ -593,6 +593,9 @@ class PJLink1(QTcpSocket):
|
||||
self.change_status(PJLINK_POWR_STATUS[data])
|
||||
if update_icons:
|
||||
self.projectorUpdateIcons.emit()
|
||||
# Update the input sources available
|
||||
if power == S_ON:
|
||||
self.send_command('INST')
|
||||
else:
|
||||
# Log unknown status response
|
||||
log.warn('Unknown power response: %s' % data)
|
||||
|
Loading…
Reference in New Issue
Block a user