Spell check setting (#6446)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-01-12 13:05:33 -05:00
committed by GitHub
parent 5a460fd3b1
commit d70cfd7a57
5 changed files with 64 additions and 1 deletions
+2
View File
@@ -18,6 +18,7 @@ export interface Settings {
showMenuBarIcon: boolean;
showDockIcon: boolean;
enableWakelock: boolean;
spellcheckEnabled: boolean;
externalGoosed?: ExternalGoosedConfig;
}
@@ -31,6 +32,7 @@ const defaultSettings: Settings = {
showMenuBarIcon: true,
showDockIcon: true,
enableWakelock: false,
spellcheckEnabled: true,
};
// Settings management