Skip to content

Commit

Permalink
Fix analytics mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Feb 15, 2024
1 parent a37846a commit 3d7acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/layout/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {

Check warning on line 27 in interface/layout/app.ts

View workflow job for this annotation

GitHub Actions / build

'setBackground' is assigned a value but never used
Expand Down

0 comments on commit 3d7acbd

Please sign in to comment.