New Step button must always be active (to be able to create the first step)

This commit is contained in:
Youen 2023-01-04 20:39:30 +01:00
parent 20895bbf4b
commit f180c72f81

View File

@ -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