Set window color for Windows + transparent for MacOS

This commit is contained in:
Matte Noble
2025-05-20 17:31:20 -07:00
parent d4a53a950e
commit 35d26dbdb7
2 changed files with 13 additions and 1 deletions

View File

@@ -82,7 +82,8 @@
"resizable": true,
"title": "",
"width": 800,
"useHttpsScheme": true
"useHttpsScheme": true,
"backgroundColor": "#0b0b0b"
}
],
"security": {

View File

@@ -0,0 +1,11 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"identifier": "co.runebook",
"app": {
"windows": [
{
"transparent": true
}
]
}
}