chore: bump version to 3.0.7 in package.json, Cargo.toml, Cargo.lock, and tauri.conf.json; update +page.svelte to include trackingEnabled

This commit is contained in:
2025-12-07 00:50:21 +01:00
parent d67d58824b
commit a338df6a36
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
<script lang="ts">
import { currentView, launcherVersion } from '@/global';
import { currentView, launcherVersion, trackingEnabled } from '@/global';
import { fade } from 'svelte/transition';
const View = $derived($currentView);
</script>
<svelte:head>
{#if $launcherVersion !== ''}
{#if $launcherVersion !== '' && $trackingEnabled}
<script
defer
src="https://analytics.ez-pp.farm/script.js"