add manual spellcheck, fix autospellcheck, fix typo in desktop keyboard
This commit is contained in:
@ -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'))
|
||||
|
||||
|
Reference in New Issue
Block a user