diff --git a/src/routes/index.ts b/src/routes/index.ts index a37965b4c..5c8f39904 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -37,6 +37,7 @@ function index(req: Request, res: Response) { platform: process.platform, isElectron, hasNativeTitleBar: (isElectron && options.nativeTitleBarVisible === "true"), + hasBackgroundEffects: true, // TODO: Replace with option mainFontSize: parseInt(options.mainFontSize), treeFontSize: parseInt(options.treeFontSize), detailFontSize: parseInt(options.detailFontSize), diff --git a/src/views/desktop.ejs b/src/views/desktop.ejs index 29afdcfd3..64c851b1b 100644 --- a/src/views/desktop.ejs +++ b/src/views/desktop.ejs @@ -6,7 +6,7 @@ TriliumNext Notes - +