From 2c597a99545685efa87f8d37c95867e4f802f8bc Mon Sep 17 00:00:00 2001 From: TitasDas Date: Tue, 30 May 2023 04:10:09 +0530 Subject: [PATCH] Update with latest on main branch --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index f3f92f2..76dcb34 100644 --- a/run.py +++ b/run.py @@ -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