New option: Disable spell check
This commit is contained in:
parent
d5d6cdb250
commit
c517e4193b
9 changed files with 78 additions and 9 deletions
3
main.js
3
main.js
|
@ -808,6 +808,9 @@ installSettingsSetter('notification-setting');
|
|||
installSettingsGetter('audio-notification');
|
||||
installSettingsSetter('audio-notification');
|
||||
|
||||
installSettingsGetter('spell-check');
|
||||
installSettingsSetter('spell-check');
|
||||
|
||||
// This one is different because its single source of truth is userConfig, not IndexedDB
|
||||
ipc.on('get-media-permissions', event => {
|
||||
event.sender.send(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue