From e0a23f6b635e34d8bcea14ed998c8b8db271b8ed Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 8 Feb 2026 21:30:19 +0200 Subject: [PATCH] fix(bootstrap): background effects are enabled --- apps/client-standalone/src/lightweight/browser_routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client-standalone/src/lightweight/browser_routes.ts b/apps/client-standalone/src/lightweight/browser_routes.ts index e9df29128f..718ddfc7bb 100644 --- a/apps/client-standalone/src/lightweight/browser_routes.ts +++ b/apps/client-standalone/src/lightweight/browser_routes.ts @@ -77,7 +77,7 @@ function bootstrapRoute() { isElectron: false, isStandalone: true, hasNativeTitleBar: false, - hasBackgroundEffects: true, + hasBackgroundEffects: false, // TODO: Fill properly currentLocale: { id: "en", name: "English", rtl: false },