Removed obsolete preference api

This commit is contained in:
Markus Lampert
2021-02-15 22:15:17 +01:00
committed by wwmayer
parent 4d3ecdab68
commit 522734eb3c
5 changed files with 5 additions and 9 deletions
@@ -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_()