Finish the word list dialog and make it possible to reload the user dictionary with pyenchant

This commit is contained in:
Veronica K. B. Olsen
2021-02-12 19:40:10 +01:00
parent 6e64ede90b
commit b115d4f02d
3 changed files with 88 additions and 8 deletions
+1 -1
View File
@@ -1029,7 +1029,7 @@ class GuiMain(QMainWindow):
if dlgWords.result() == QDialog.Accepted:
logger.debug("Reloading word list")
# ToDo
self.docEditor.setDictionaries()
return