Update with latest on main branch

This commit is contained in:
TitasDas 2023-05-30 04:10:09 +05:30
parent 53f82897b8
commit 2c597a9954

1
run.py
View File

@ -101,6 +101,7 @@ def select_target():
args['target_path'] = filedialog.askopenfilename(title="Select a target")
threading.Thread(target=preview_video, args=(args['target_path'],)).start()
def toggle_fps_limit():
args['keep_fps'] = limit_fps.get() != True