mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +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 = {}
|
let changeWndTop = {}
|
||||||
if ('win32' === process.platform) {
|
if ('win32' === process.platform) {
|
||||||
// Windows 平台提供窗口置顶功能
|
// Windows 端支持窗口置顶 https://github.com/siyuan-note/siyuan/issues/6860
|
||||||
changeWndTop = {
|
changeWndTop = {
|
||||||
label: 'Set Window top',
|
label: 'Set Window top',
|
||||||
click: () => {
|
click: () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue