mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
trying a letter key
This commit is contained in:
parent
62ff23925a
commit
ef57ba5b0e
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ class ConvertSubprocessor(Subprocessor):
|
|||
cfg.set_mode(0)
|
||||
elif key >= ord('1') and key <= ord('9'):
|
||||
cfg.set_mode( key - ord('0') )
|
||||
elif key == ord('0'):
|
||||
elif chr_key == 'p':
|
||||
self.main_screen.toggle_checkerboard()
|
||||
self.main_screen.show(True)
|
||||
elif chr_key == 'q':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue