add manual spellcheck, fix autospellcheck, fix typo in desktop keyboard

This commit is contained in:
chrys
2016-09-05 21:53:01 +02:00
parent a24bd9a6c9
commit 74905144b5
5 changed files with 66 additions and 2 deletions

View File

@ -16,7 +16,6 @@ class command():
return environment
if not initialized:
environment['runtime']['outputManager'].presentText(environment, 'pychant is not installed', interrupt=True)
return environment
spellChecker = enchant.Dict(environment['runtime']['settingsManager'].getSetting(environment, 'general', 'spellCheckLanguage'))