diff --git a/src/services/window.ts b/src/services/window.ts index 72a337d9a..3df960f9c 100644 --- a/src/services/window.ts +++ b/src/services/window.ts @@ -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; }