fix(bootstrap): background effects are enabled

This commit is contained in:
Elian Doran 2026-02-08 21:30:19 +02:00
parent bd147ea72e
commit e0a23f6b63
No known key found for this signature in database

View File

@ -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 },