From 4bcd364f805ef61e90cc662bd6a8037f9698663b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 27 May 2022 18:24:59 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E6=89=98?= =?UTF-8?q?=E7=9B=98=E5=9B=BE=E6=A0=87=E8=8F=9C=E5=8D=95=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=20`Hide=20Window`=20https://github.com/siyuan-note/siyuan/issu?= =?UTF-8?q?es/5025?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/electron/main.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/electron/main.js b/app/electron/main.js index fefa90ab1..61e029b47 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -375,6 +375,12 @@ const boot = () => { mainWindow.show() }, }, + { + label: 'Hide Window', + click: () => { + mainWindow.hide() + }, + }, { label: 'Quit', click: () => {