浏览代码

Alpine: Add analytics on display activation

Alessandro Pignotti 9 月之前
父节点
当前提交
8adc03ac8f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib/WebVM.svelte

+ 1 - 0
src/lib/WebVM.svelte

@@ -79,6 +79,7 @@
 		// Raise the display to the foreground
 		const display = document.getElementById("display");
 		display.style.zIndex = 10;
+		plausible("Display activated");
 	}
 	function handleProcessCreated()
 	{