No need for default timeout in operations GUI

This commit is contained in:
Orsiris de Jong 2024-01-02 22:42:27 +01:00
parent 4f7f09a36c
commit 4ade66ee7f

View file

@ -167,7 +167,7 @@ def operations_gui(full_config: dict) -> dict:
window["repo-list"].expand(True, True)
while True:
event, values = window.read(timeout=60000)
event, values = window.read()
if event in (sg.WIN_CLOSED, sg.WIN_X_EVENT, "--EXIT--"):
break