feat: add APIs to enable/disable spell checker (#26276)
* feat: add APIs to enable/disable bulitin spell checker * feat: add togglespellchecker menu item role
This commit is contained in:
parent
f77b56e926
commit
bb3fb548d8
9 changed files with 97 additions and 5 deletions
1
typings/internal-electron.d.ts
vendored
1
typings/internal-electron.d.ts
vendored
|
@ -139,6 +139,7 @@ declare namespace Electron {
|
|||
overrideReadOnlyProperty(property: string, value: any): void;
|
||||
groupId: number;
|
||||
getDefaultRoleAccelerator(): Accelerator | undefined;
|
||||
getCheckStatus(): boolean;
|
||||
acceleratorWorksWhenHidden?: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue