firmware_flasher: re-lock keyboard after restoring layout
parent
c3d6329c44
commit
e8a6a4eab0
|
|
@ -267,6 +267,7 @@ class FirmwareFlasher(BasicEditor):
|
||||||
self.log("Restoring saved layout...")
|
self.log("Restoring saved layout...")
|
||||||
QCoreApplication.processEvents()
|
QCoreApplication.processEvents()
|
||||||
found.keyboard.restore_layout(self.layout_restore)
|
found.keyboard.restore_layout(self.layout_restore)
|
||||||
|
found.keyboard.lock()
|
||||||
found.close()
|
found.close()
|
||||||
self.log("Done!")
|
self.log("Done!")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue