Make notice trigger on Linux

This commit is contained in:
smartfrigde 2023-06-10 22:56:47 +02:00
parent 20448c8734
commit 37c1951a33

View file

@ -121,7 +121,7 @@
page3.classList.add("hidden"); page3.classList.add("hidden");
page4.classList.remove("hidden"); page4.classList.remove("hidden");
}); });
if (window.armcordinternal.getOS == "win32") { if (window.armcordinternal.getOS == "linux") {
document.getElementById("tray").value = "false"; document.getElementById("tray").value = "false";
document.getElementById( document.getElementById(
"linuxNotice" "linuxNotice"