This commit is contained in:
Liang Ding 2022-12-17 19:20:14 +08:00
parent 6bc63d35d2
commit 0748a48820
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 5 deletions

View file

@ -853,7 +853,7 @@
"cancelWindowTop": "Cancel Window top",
"officialWebsite": "Visit official website",
"openSource": "Visit Project on Github",
"resetWindow": "Reset Window on restart",
"resetWindow": "Reset window and quit the program",
"quit": "Quit application"
},
"_kernel": {

View file

@ -853,7 +853,7 @@
"cancelWindowTop": "Cancelar ventana superior",
"officialWebsite": "Visita el sitio web oficial",
"openSource": "Visita el proyecto en Github",
"resetWindow": "Restablecer ventana al reiniciar",
"resetWindow": "Restablecer ventana y salir del programa",
"quit": "Salir de la aplicación"
},
"_kernel": {

View file

@ -853,7 +853,7 @@
"cancelWindowTop": "Annuler le haut de la fenêtre",
"officialWebsite": "Visiter le site officiel",
"openSource": "Accéder aux projets open source GitHub",
"resetWindow": "Réinitialiser l'état de la fenêtre au redémarrage",
"resetWindow": "Réinitialiser la fenêtre et quitter le programme",
"quit": "Quitter le programme"
},
"_kernel": {

View file

@ -853,7 +853,7 @@
"cancelWindowTop": "取消窗口置頂",
"officialWebsite": "訪問官方網站",
"openSource": "訪問 GitHub 開源項目",
"resetWindow": "重啟時重置窗口",
"resetWindow": "重置窗口並退出程序",
"quit": "退出程序"
},
"_kernel": {

View file

@ -853,7 +853,7 @@
"cancelWindowTop": "取消窗口置顶",
"officialWebsite": "访问官方网站",
"openSource": "访问 GitHub 开源项目",
"resetWindow": "重启时重置窗口",
"resetWindow": "重置窗口并退出程序",
"quit": "退出程序"
},
"_kernel": {

View file

@ -494,6 +494,7 @@ const boot = () => {
type: 'checkbox',
click: v => {
resetWindowStateOnRestart = v.checked
mainWindow.webContents.send('siyuan-save-close', true)
},
},
{