From f0972a046e70d0ec5eeb7b11d9dd3b482fbc8c8a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 13 Dec 2022 00:06:33 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20Windows=20=E7=AB=AF=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E7=BD=AE=E9=A1=B6=20Fix=20https://github.com?= =?UTF-8?q?/siyuan-note/siyuan/issues/6860?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/electron/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/electron/main.js b/app/electron/main.js index a53551f3b..5f7ce1309 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -485,7 +485,7 @@ const boot = () => { let changeWndTop = {} if ('win32' === process.platform) { - // Windows 平台提供窗口置顶功能 + // Windows 端支持窗口置顶 https://github.com/siyuan-note/siyuan/issues/6860 changeWndTop = { label: 'Set Window top', click: () => {