Model filtering functional

This commit is contained in:
BasioMeusPuga
2018-02-17 17:28:11 +05:30
parent 508d5a88a8
commit 8dd50729b4
2 changed files with 5 additions and 5 deletions

View File

@@ -175,6 +175,7 @@ class SettingsUI(QtWidgets.QDialog, settingswindow.Ui_Dialog):
# Update the main window library filter menu
self.parent.generate_library_filter_menu(data_pairs)
self.parent.set_library_filter()
# Disallow rechecking until the first check completes
self.okButton.setEnabled(False)