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",
|
||||
"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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -853,7 +853,7 @@
|
|||
"cancelWindowTop": "取消窗口置頂",
|
||||
"officialWebsite": "訪問官方網站",
|
||||
"openSource": "訪問 GitHub 開源項目",
|
||||
"resetWindow": "重啟時重置窗口",
|
||||
"resetWindow": "重置窗口並退出程序",
|
||||
"quit": "退出程序"
|
||||
},
|
||||
"_kernel": {
|
||||
|
|
|
@ -853,7 +853,7 @@
|
|||
"cancelWindowTop": "取消窗口置顶",
|
||||
"officialWebsite": "访问官方网站",
|
||||
"openSource": "访问 GitHub 开源项目",
|
||||
"resetWindow": "重启时重置窗口",
|
||||
"resetWindow": "重置窗口并退出程序",
|
||||
"quit": "退出程序"
|
||||
},
|
||||
"_kernel": {
|
||||
|
|
|
@ -494,6 +494,7 @@ const boot = () => {
|
|||
type: 'checkbox',
|
||||
click: v => {
|
||||
resetWindowStateOnRestart = v.checked
|
||||
mainWindow.webContents.send('siyuan-save-close', true)
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue