소스 검색

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()
 	{