Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot] 644929313b
Merge 31f437ff79 into bbad5e08bb 2024-10-07 00:18:09 +06: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