remove deprecated preference setting

This commit is contained in:
sliptonic
2021-02-15 11:36:08 -06:00
parent 9a444671b7
commit 90b8a7b45a
4 changed files with 12 additions and 35 deletions

View File

@@ -108,8 +108,7 @@ class JobPreferencesPage:
def saveToolsSettings(self):
PathPreferences.setToolsSettings(self.form.toolsUseLegacy.isChecked(),
self.form.toolsAbsolutePaths.isChecked(),
self.form.toolsOpenLastLibrary.isChecked())
self.form.toolsAbsolutePaths.isChecked())
def selectComboEntry(self, widget, text):
index = widget.findText(text, QtCore.Qt.MatchFixedString)