Browse Source

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

master
Youen 1 year ago
parent
commit
f180c72f81
  1. 2
      ahb_cmd_new_step.py

2
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

Loading…
Cancel
Save