From 6291638fd64bc98fb0df6cbd28f5cd62b18cf1ca Mon Sep 17 00:00:00 2001 From: almaz Date: Fri, 30 Aug 2024 19:20:28 +0200 Subject: [PATCH] fix init button state --- src/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.py b/src/main.py index 3d86445..7c9f861 100644 --- a/src/main.py +++ b/src/main.py @@ -181,3 +181,6 @@ def start_evaluation(): if g.autostart: start_evaluation() + +if g.project_id and g.session_id: + handle_selectors(True) \ No newline at end of file