mirror of
https://github.com/runebookai/tome.git
synced 2025-07-21 00:27:30 +03:00
Set window color for Windows + transparent for MacOS
This commit is contained in:
@@ -82,7 +82,8 @@
|
||||
"resizable": true,
|
||||
"title": "",
|
||||
"width": 800,
|
||||
"useHttpsScheme": true
|
||||
"useHttpsScheme": true,
|
||||
"backgroundColor": "#0b0b0b"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
11
src-tauri/tauri.macos.conf.json
Normal file
11
src-tauri/tauri.macos.conf.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||
"identifier": "co.runebook",
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"transparent": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user