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