update: macos blurred window and radius setup
This commit is contained in:
@@ -17,7 +17,7 @@ tauri-build = { version = "2.0.0-rc", features = [] }
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "2.0.0-rc", features = [
|
||||
tauri = { version = "2.0.0-rc", features = [ "macos-private-api",
|
||||
"tray-icon"
|
||||
] }
|
||||
window-vibrancy = "0.5.2"
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
"identifier": "upup.cool",
|
||||
"plugins": {},
|
||||
"app": {
|
||||
"macOSPrivateApi": true,
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
@@ -61,7 +62,7 @@
|
||||
"transparent": true,
|
||||
"theme": "Light",
|
||||
"hiddenTitle": true,
|
||||
"titleBarStyle": "Overlay"
|
||||
"titleBarStyle": "Transparent"
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user