Moved usage of ToolBit into the experimental features.

This commit is contained in:
Markus Lampert
2019-11-17 13:43:24 -08:00
parent 6db9fcb3df
commit 6812b01231
6 changed files with 43 additions and 16 deletions

View File

@@ -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_()