mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ms store tweaks
This commit is contained in:
parent
01767659da
commit
72479ad04d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ArmCord",
|
||||
"version": "3.3.0",
|
||||
"version": "3.2.6",
|
||||
"description": "ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.",
|
||||
"main": "ts-out/main.js",
|
||||
"engines": {
|
||||
|
|
|
@ -122,6 +122,6 @@ setInterval(() => {
|
|||
fQuit.onclick = () => ipcRenderer.send("win-quit");
|
||||
advanced.insertAdjacentElement("afterend", acSettings);
|
||||
advanced.insertAdjacentElement("afterend", tManager);
|
||||
advanced.insertAdjacentElement("afterend", keybindMaker);
|
||||
//advanced.insertAdjacentElement("afterend", keybindMaker);
|
||||
advanced.insertAdjacentElement("afterend", fQuit);
|
||||
}, 1000);
|
||||
|
|
Loading…
Reference in a new issue