Moved usage of ToolBit into the experimental features.
This commit is contained in:
@@ -441,7 +441,7 @@ class CommandToolLibraryEdit():
|
||||
pass
|
||||
|
||||
def edit(self, job=None, cb=None):
|
||||
if PathPreferences.toolsUseLegacyTools():
|
||||
if PathPreferences.toolsReallyUseLegacyTools():
|
||||
editor = EditorPanel(job, cb)
|
||||
editor.setupUi()
|
||||
editor.form.exec_()
|
||||
|
||||
Reference in New Issue
Block a user