mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Make notice trigger on Linux
This commit is contained in:
parent
20448c8734
commit
37c1951a33
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue