From 3d7acbd6c388cb7fa1c0539919b7f84662e346ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rik=20Levente?= Date: Thu, 15 Feb 2024 08:34:26 +0100 Subject: [PATCH] Fix analytics mode --- interface/layout/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/layout/app.ts b/interface/layout/app.ts index 0314ae9..7f0b6fa 100644 --- a/interface/layout/app.ts +++ b/interface/layout/app.ts @@ -21,7 +21,7 @@ const app = new App({ export default app // Setup analytics -init("A-EU-1557095726", { appVersion: version }) +init("A-EU-1557095726", { appVersion: version, isDebug: false }) // Set background color if vibrancy not supported const setBackground = async () => {