Initial Pyinstaller Prep-Work

This commit is contained in:
2025-04-17 02:37:10 -06:00
parent 0286b7b4b8
commit 2dc79a03ad
6 changed files with 97 additions and 10 deletions

View File

@ -163,7 +163,7 @@ def run_screenshot_loop(node_id, cfg):
if node_id not in region_launchers:
launcher = RegionLauncher(node_id)
region_launchers[node_id] = launcher
launcher.trigger.emit(x, y, w, h)
QtCore.QTimer.singleShot(0, lambda: launcher.trigger.emit(x, y, w, h))
widget = overlay_widgets.get(node_id)
if widget: