mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Windows 端支持窗口置顶 Fix https://github.com/siyuan-note/siyuan/issues/6860
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user