Alpine: Add analytics on display activation
This commit is contained in:
parent
97fb17dfe5
commit
8adc03ac8f
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
// Raise the display to the foreground
|
// Raise the display to the foreground
|
||||||
const display = document.getElementById("display");
|
const display = document.getElementById("display");
|
||||||
display.style.zIndex = 10;
|
display.style.zIndex = 10;
|
||||||
|
plausible("Display activated");
|
||||||
}
|
}
|
||||||
function handleProcessCreated()
|
function handleProcessCreated()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue