firmware_flasher: re-lock keyboard after restoring layout

main
Ilya Zhuravlev 2021-01-07 13:02:01 -05:00
parent c3d6329c44
commit e8a6a4eab0
1 changed files with 1 additions and 0 deletions

View File

@ -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!")