forked from youen/assembly_handbook
New Step button must always be active (to be able to create the first step)
This commit is contained in:
parent
20895bbf4b
commit
f180c72f81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user