-
- You appear to be offline. Please connect to the internet and restart ArmCord Setup.
-
+
You appear to be offline. Please connect to the internet and restart ArmCord.
@@ -123,6 +121,7 @@
automaticPatches: false,
mods: "cumcord",
inviteWebsocket: true,
+ trayIcon: "ac_plug_colored",
performanceMode: "none"
});
setTimeout(() => window.armcordinternal.restart(), 5000);
@@ -153,6 +152,7 @@
minimizeToTray: true,
automaticPatches: false,
performanceMode: "none",
+ trayIcon: "ac_plug_colored",
mods: options.mod,
inviteWebsocket: true
});
@@ -168,11 +168,13 @@
autoLaunch: true,
mods: "none",
performanceMode: "none",
+ trayIcon: "ac_plug_colored",
inviteWebsocket: true
});
setTimeout(() => window.armcordinternal.restart(), 500);
}
});
+ document.body.setAttribute("insetup", "");