mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 02:10:15 +01:00
This commit is contained in:
parent
168e492c81
commit
87a0168222
4 changed files with 68 additions and 11 deletions
|
|
@ -114,6 +114,10 @@ const winOnMaxRestore = async () => {
|
|||
|
||||
export const initWindow = async (app: App) => {
|
||||
/// #if !BROWSER
|
||||
ipcRenderer.send(Constants.SIYUAN_CMD, {
|
||||
cmd: "setSpellCheckerLanguages",
|
||||
languages: window.siyuan.config.editor.spellcheckLanguages
|
||||
});
|
||||
const winOnClose = (close = false) => {
|
||||
exportLayout({
|
||||
cb() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue