Compare commits

..

2 Commits

Author SHA1 Message Date
Bhl0318 04a1d27126
Merge 6c4cf425be into bbad5e08bb 2024-10-07 01:09:02 +08:00
KRSHH bbad5e08bb
Update globals.py 2024-10-06 20:36:57 +05:30
1 changed files with 2 additions and 1 deletions

View File

@ -34,4 +34,5 @@ headless = None
log_level = 'error'
fp_ui: Dict[str, bool] = {}
camera_input_combobox = None
webcam_preview_running = False
webcam_preview_running = False
show_fps = False