We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3bc23 commit ae34bd4Copy full SHA for ae34bd4
2 files changed
src-tauri/BongoCat.desktop
@@ -5,4 +5,5 @@ Exec={{{exec}}}
5
Icon={{{icon}}}
6
Categories={{{categories}}}
7
Comment={{{comment}}}
8
+StartupWMClass={{{Bongo-cat}}}
9
Terminal=false
src-tauri/tauri.conf.json
@@ -31,7 +31,8 @@
31
"titleBarStyle": "Overlay",
32
"hiddenTitle": true,
33
"minWidth": 800,
34
- "minHeight": 600
+ "minHeight": 600,
35
+ "skipTaskbar": true
36
}
37
],
38
"security": {
0 commit comments