fix typo!

This commit is contained in:
jmp909 2023-05-31 23:20:18 +01:00
parent 43990c9367
commit 3480bfd6aa

2
run.py
View File

@ -153,7 +153,7 @@ def select_target():
def toggle_fps_limit():
args['keep_fps'] = int(limit_fps.get() != True)a
args['keep_fps'] = int(limit_fps.get() != True)
def toggle_keep_frames():