+
](https://winstall.app/apps/smartfrigde.Legcord)
-
-```pwsh
-winget install --id=smartfrigde.Legcord -e
-```
-
-[
](https://apps.microsoft.com/detail/9pdkjpv0wxlg?ocid=webpdpshare)
+If you're using an older version of Windows, you need to use [pre-built installers](https://www.armcord.app/download).
### Flatpak
+Legcord is a custom client designed to enhance your Discord experience while keeping everything lightweight.
-Legcord comes bundled with Shelter, Vencord, Equicord and Venmic.
-What’s New in Legcord v1.2.3 ✨
-What’s New in Legcord v1.2.2 ✨
-What’s New in Legcord v1.2.1 ✨
-What’s New in Legcord v1.2.0 ✨
-Improvements & Fixes
-Special Thanks ❤️
-Improvements & Fixes
-New Contributors 👋
-Special Thanks ❤️
-Improvements & Fixes
-tsx to devDependencies #835New Contributors 👋
-Special Thanks ❤️
-
+ Global keybinds are disabled while this window is open.
+ + + + + + diff --git a/src/keybindMaker/preload.ts b/src/keybindMaker/preload.ts new file mode 100644 index 0000000..523b529 --- /dev/null +++ b/src/keybindMaker/preload.ts @@ -0,0 +1,36 @@ +import {contextBridge, ipcRenderer} from "electron"; +import {sleep} from "../utils"; +contextBridge.exposeInMainWorld("manager", { + add: (keybindName: string) => ipcRenderer.send("addKeybind", keybindName), + remove: (keybindName: string) => ipcRenderer.send("removeKeybind", keybindName) +}); +ipcRenderer.on("keybindCombo", (_event, keybindName) => { + sleep(1000); + console.log(keybindName); + let e = document.getElementById("cardBox"); + var keys = keybindName.split("+"); + var id = keybindName.replace("+", ""); + var html = ""; + for (var key in keys) { + html += `${keys[key]}`; + } + e?.insertAdjacentHTML( + "beforeend", + ` ++ + Uses arRPC to support Discord RPC (Rich + Presence) with local programs on your machine. Work in progress. +
+You appear to be offline. Please connect to the internet and restart ArmCord.
+Welcome to ArmCord Setup
+ +Choose your Discord channel/instance:
+Select a client mod you want to install:
+Do you want to use a tray icon?
+