mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 20:30:07 -06: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user