mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Supports setting the spell check language on desktop https://github.com/siyuan-note/siyuan/issues/16524
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
9a77e1e8b5
commit
2ebef4b4ac
1 changed files with 1 additions and 1 deletions
|
|
@ -786,7 +786,7 @@ app.whenReady().then(() => {
|
|||
return event.sender.id;
|
||||
}
|
||||
if (data.cmd === "getSpellCheckerLanguages") {
|
||||
return event.sender.session.getSpellCheckerLanguages();
|
||||
return event.sender.session.availableSpellCheckerLanguages;
|
||||
}
|
||||
if (data.cmd === "setProxy") {
|
||||
return setProxy(data.proxyURL, event.sender);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue