chore: enable window effect blur tauri

This commit is contained in:
Faisal Amir 2025-04-09 18:28:00 +07:00 committed by Louis
parent 0b26647d94
commit e285f622bb
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

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": {