Update globals.py

pull/741/head
KRSHH 2024-10-06 20:36:57 +05:30 committed by GitHub
parent 88164c6303
commit bbad5e08bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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