Removed obsolete preference api

This commit is contained in:
Markus Lampert
2021-02-15 11:52:02 -08:00
committed by wwmayer
parent 81b5612640
commit 0342e6360d
5 changed files with 5 additions and 9 deletions

View File

@@ -439,7 +439,7 @@ class CommandToolLibraryEdit():
pass
def edit(self, job=None, cb=None):
if PathPreferences.toolsReallyUseLegacyTools():
if PathPreferences.toolsUseLegacyTools():
editor = EditorPanel(job, cb)
editor.setupUi()
editor.form.exec_()