This commit is contained in:
Ren Amamiya
2023-10-08 09:31:11 +07:00
parent cb91373d33
commit bce76bd41c
66 changed files with 216 additions and 214 deletions

View File

@@ -17,7 +17,6 @@ tauri-build = { version = "2.0.0-alpha.8", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-alpha", features = [
"macos-private-api",
"native-tls-vendored",
] }
tauri-plugin-app = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }

View File

@@ -82,7 +82,6 @@
"timestampUrl": ""
}
},
"macOSPrivateApi": true,
"security": {
"dangerousRemoteDomainIpcAccess": [
{

View File

@@ -23,7 +23,7 @@
"theme": "Dark",
"title": "Lume",
"titleBarStyle": "Overlay",
"transparent": true,
"transparent": false,
"center": true,
"fullscreen": false,
"hiddenTitle": true,

View File

@@ -21,12 +21,15 @@
"resizable": true,
"theme": "Dark",
"title": "Lume",
"transparent": false,
"center": true,
"fullscreen": false,
"hiddenTitle": true,
"visible": false,
"fileDropEnabled": true
"fileDropEnabled": true,
"transparent": true,
"windowEffects": {
"effects": ["mica"]
}
}
]
}