Merge pull request #4887 from menloresearch/chore/window-effect-tauri

chore: enable window effect blur
This commit is contained in:
Faisal Amir 2025-04-09 20:12:31 +07:00 committed by GitHub
commit 9879a14352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,11 @@
"fullscreen": false,
"hiddenTitle": true,
"transparent": true,
"titleBarStyle": "Overlay"
"titleBarStyle": "Overlay",
"windowEffects": {
"effects": ["fullScreenUI", "mica", "blur", "acrylic"],
"state": "active"
}
}
],
"security": {