From f180c72f8104c10814f5a21b4f19ff94116e7b9b Mon Sep 17 00:00:00 2001 From: Youen Date: Wed, 4 Jan 2023 20:39:30 +0100 Subject: [PATCH] New Step button must always be active (to be able to create the first step) --- ahb_cmd_new_step.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahb_cmd_new_step.py b/ahb_cmd_new_step.py index 074ea8e..846ce7c 100644 --- a/ahb_cmd_new_step.py +++ b/ahb_cmd_new_step.py @@ -10,7 +10,7 @@ class AHB_New_Step: } def IsActive(self): - return ahb_utils.getCurrentView() is not None + return True def Activated(self): import re