feat(mica): enable by default

This commit is contained in:
Elian Doran 2024-12-07 00:56:19 +02:00
parent 774c26711f
commit 8cd2c69e3f
No known key found for this signature in database

View File

@ -131,6 +131,10 @@ function getWindowExtraOpts() {
}
}
// Window effects (Mica)
// TODO: Apply only on Windows and allow the user to choose whether to activate it or not.
extraOpts.backgroundMaterial = "mica";
return extraOpts;
}