Update with latest on main branch
This commit is contained in:
parent
53f82897b8
commit
2c597a9954
1
run.py
1
run.py
@ -101,6 +101,7 @@ def select_target():
|
|||||||
args['target_path'] = filedialog.askopenfilename(title="Select a target")
|
args['target_path'] = filedialog.askopenfilename(title="Select a target")
|
||||||
threading.Thread(target=preview_video, args=(args['target_path'],)).start()
|
threading.Thread(target=preview_video, args=(args['target_path'],)).start()
|
||||||
|
|
||||||
|
|
||||||
def toggle_fps_limit():
|
def toggle_fps_limit():
|
||||||
args['keep_fps'] = limit_fps.get() != True
|
args['keep_fps'] = limit_fps.get() != True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user