Added combo box for spell tools

This commit is contained in:
Veronica K. B. Olsen
2019-11-06 20:47:35 +01:00
parent f5af3fb293
commit 334903daa9
3 changed files with 41 additions and 11 deletions
+3 -2
View File
@@ -148,7 +148,8 @@ class Config:
self.osUnknown = True
# Packages
self.hasEnchant = False
self.hasEnchant = False
self.hasSymSpell = False
return
@@ -196,7 +197,7 @@ class Config:
self._checkOptionalPackages()
if self.spellTool is None:
self.spellTool = "simple"
self.spellTool = "internal"
if self.spellLanguage is None:
self.spellLanguage = "en"