mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
6bc63d35d2
commit
0748a48820
6 changed files with 6 additions and 5 deletions
|
|
@ -853,7 +853,7 @@
|
||||||
"cancelWindowTop": "Cancel Window top",
|
"cancelWindowTop": "Cancel Window top",
|
||||||
"officialWebsite": "Visit official website",
|
"officialWebsite": "Visit official website",
|
||||||
"openSource": "Visit Project on Github",
|
"openSource": "Visit Project on Github",
|
||||||
"resetWindow": "Reset Window on restart",
|
"resetWindow": "Reset window and quit the program",
|
||||||
"quit": "Quit application"
|
"quit": "Quit application"
|
||||||
},
|
},
|
||||||
"_kernel": {
|
"_kernel": {
|
||||||
|
|
|
||||||
|
|
@ -853,7 +853,7 @@
|
||||||
"cancelWindowTop": "Cancelar ventana superior",
|
"cancelWindowTop": "Cancelar ventana superior",
|
||||||
"officialWebsite": "Visita el sitio web oficial",
|
"officialWebsite": "Visita el sitio web oficial",
|
||||||
"openSource": "Visita el proyecto en Github",
|
"openSource": "Visita el proyecto en Github",
|
||||||
"resetWindow": "Restablecer ventana al reiniciar",
|
"resetWindow": "Restablecer ventana y salir del programa",
|
||||||
"quit": "Salir de la aplicación"
|
"quit": "Salir de la aplicación"
|
||||||
},
|
},
|
||||||
"_kernel": {
|
"_kernel": {
|
||||||
|
|
|
||||||
|
|
@ -853,7 +853,7 @@
|
||||||
"cancelWindowTop": "Annuler le haut de la fenêtre",
|
"cancelWindowTop": "Annuler le haut de la fenêtre",
|
||||||
"officialWebsite": "Visiter le site officiel",
|
"officialWebsite": "Visiter le site officiel",
|
||||||
"openSource": "Accéder aux projets open source GitHub",
|
"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"
|
"quit": "Quitter le programme"
|
||||||
},
|
},
|
||||||
"_kernel": {
|
"_kernel": {
|
||||||
|
|
|
||||||
|
|
@ -853,7 +853,7 @@
|
||||||
"cancelWindowTop": "取消窗口置頂",
|
"cancelWindowTop": "取消窗口置頂",
|
||||||
"officialWebsite": "訪問官方網站",
|
"officialWebsite": "訪問官方網站",
|
||||||
"openSource": "訪問 GitHub 開源項目",
|
"openSource": "訪問 GitHub 開源項目",
|
||||||
"resetWindow": "重啟時重置窗口",
|
"resetWindow": "重置窗口並退出程序",
|
||||||
"quit": "退出程序"
|
"quit": "退出程序"
|
||||||
},
|
},
|
||||||
"_kernel": {
|
"_kernel": {
|
||||||
|
|
|
||||||
|
|
@ -853,7 +853,7 @@
|
||||||
"cancelWindowTop": "取消窗口置顶",
|
"cancelWindowTop": "取消窗口置顶",
|
||||||
"officialWebsite": "访问官方网站",
|
"officialWebsite": "访问官方网站",
|
||||||
"openSource": "访问 GitHub 开源项目",
|
"openSource": "访问 GitHub 开源项目",
|
||||||
"resetWindow": "重启时重置窗口",
|
"resetWindow": "重置窗口并退出程序",
|
||||||
"quit": "退出程序"
|
"quit": "退出程序"
|
||||||
},
|
},
|
||||||
"_kernel": {
|
"_kernel": {
|
||||||
|
|
|
||||||
|
|
@ -494,6 +494,7 @@ const boot = () => {
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
click: v => {
|
click: v => {
|
||||||
resetWindowStateOnRestart = v.checked
|
resetWindowStateOnRestart = v.checked
|
||||||
|
mainWindow.webContents.send('siyuan-save-close', true)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue