mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
show screen
This commit is contained in:
parent
c201a35f1a
commit
a7328fe472
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ class ConvertSubprocessor(Subprocessor):
|
|||
cfg.set_mode( key - ord('0') )
|
||||
elif chr_key == '0':
|
||||
self.main_screen.toggle_checkerboard()
|
||||
self.screen_manager.get_current()
|
||||
self.main_screen.show(True)
|
||||
elif chr_key == 'q':
|
||||
cfg.add_hist_match_threshold(1 if not shift_pressed else 5)
|
||||
elif chr_key == 'a':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue