mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Windows 端支持窗口置顶 Fix https://github.com/siyuan-note/siyuan/issues/6860
This commit is contained in:
parent
06d2956022
commit
f0972a046e
1 changed files with 1 additions and 1 deletions
|
|
@ -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: () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue