Skip to content

Commit ae34bd4

Browse files
authored
fix: 隐藏 ubuntu 任务栏图标,避免安装后显示齿轮图标 (#836)
1 parent 1b3bc23 commit ae34bd4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src-tauri/BongoCat.desktop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Exec={{{exec}}}
55
Icon={{{icon}}}
66
Categories={{{categories}}}
77
Comment={{{comment}}}
8+
StartupWMClass={{{Bongo-cat}}}
89
Terminal=false

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"titleBarStyle": "Overlay",
3232
"hiddenTitle": true,
3333
"minWidth": 800,
34-
"minHeight": 600
34+
"minHeight": 600,
35+
"skipTaskbar": true
3536
}
3637
],
3738
"security": {

0 commit comments

Comments
 (0)