-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add spell checking toggle #238
Comments
Another related question is how to enable spell checking for other languages, not English only? |
My temporary solution is put this line of code on line 371 mainWindow.webContents.session.setSpellCheckerEnabled(false); |
Another workaround is edit /home/pablo/.config/WebCord/Preferences |
You can also set I still prefer a toggle, but this is the best workaround. |
WebCord uses the default chromium/electron spell checker which can be disabled in normal discord and in chromium by just right clicking on the message box. WebCord currently does not have the ability to disable the spell checker
The text was updated successfully, but these errors were encountered: