New option: Disable spell check

This commit is contained in:
Scott Nonnenberg 2018-07-18 18:46:12 -07:00
parent d5d6cdb250
commit c517e4193b
9 changed files with 78 additions and 9 deletions

View file

@ -21,6 +21,8 @@ const getInitialData = async () => ({
notificationSetting: await window.getNotificationSetting(),
audioNotification: await window.getAudioNotification(),
spellCheck: await window.getSpellCheck(),
mediaPermissions: await window.getMediaPermissions(),
isPrimary: await window.isPrimary(),