0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

fix(launch_window): number of remaining connections increase to 2 to include the ScanProgressBar

This commit is contained in:
2025-06-17 17:09:31 +02:00
committed by Jan Wyzula
parent e8ae9725fa
commit 3bbb8daa24
3 changed files with 20 additions and 4 deletions

View File

@ -542,7 +542,7 @@ class LaunchWindow(BECMainWindow):
remaining_connections = [
connection for connection in connections.values() if connection.parent_id != self.gui_id
]
return len(remaining_connections) <= 1
return len(remaining_connections) <= 2
def _turn_off_the_lights(self, connections: dict):
"""