Allow the sorter to check the database

This commit is contained in:
BasioMeusPuga
2017-11-11 05:50:04 +05:30
parent e3684d4cd8
commit 093c272996
4 changed files with 24 additions and 17 deletions

View File

@@ -151,4 +151,4 @@ class Settings:
self.settings.beginGroup('runtimeVariables')
self.settings.setValue('lastOpenPath', self.parent_window.last_open_path)
self.settings.setValue('databasePath', self.parent_window.database_path)
self.settings.endGroup()
self.settings.endGroup()