Finished the GUI option for spell check provider

This commit is contained in:
Veronica K. B. Olsen
2019-11-07 20:00:19 +01:00
parent 334903daa9
commit f2265abf32
4 changed files with 48 additions and 17 deletions
+1 -1
View File
@@ -536,7 +536,7 @@ class Config:
"""
try:
import pyenchant
import enchant
self.hasEnchant = True
logger.debug("Checking package pyenchant: Ok")
except: