mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
2ebef4b4ac
commit
ab62a13cb0
2 changed files with 3 additions and 3 deletions
|
|
@ -785,7 +785,7 @@ app.whenReady().then(() => {
|
|||
if (data.cmd === "getContentsId") {
|
||||
return event.sender.id;
|
||||
}
|
||||
if (data.cmd === "getSpellCheckerLanguages") {
|
||||
if (data.cmd === "availableSpellCheckerLanguages") {
|
||||
return event.sender.session.availableSpellCheckerLanguages;
|
||||
}
|
||||
if (data.cmd === "setProxy") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue