Alpine: Add analytics on display activation

This commit is contained in:
Alessandro Pignotti 2024-10-15 16:31:10 +02:00
parent 97fb17dfe5
commit 8adc03ac8f

View file

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