Skip to content

Commit 73b7d48

Browse files
authored
chore: 主窗口新增 visibleOnAllWorkspaces 配置项 (#974)
1 parent 6053a09 commit 73b7d48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src-tauri/tauri.conf.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"transparent": true,
2828
"alwaysOnTop": true,
2929
"acceptFirstMouse": true,
30-
"skipTaskbar": true
30+
"skipTaskbar": true,
31+
"visibleOnAllWorkspaces": true
3132
},
3233
{
3334
"label": "preference",

0 commit comments

Comments
 (0)