mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
armcord manager the
This commit is contained in:
parent
5e10467bf7
commit
51beca4d2f
2 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>ArmCord Theme Manager</title>
|
||||
<title>ArmCord Manager</title>
|
||||
<style>
|
||||
@import url("https://kckarnige.github.io/femboi_owo/discord-font.css");
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
|||
|
||||
<body>
|
||||
<a href="https://discord.com/app"><button class="back-btn">Back to Discord</button></a>
|
||||
<p class="logo">Cord Theme Manager</p>
|
||||
<p class="logo">Cord Manager</p>
|
||||
<div id="tm-list"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -22,6 +22,9 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
electronLocalshortcut.register(currentWindow, "F2", () => {
|
||||
window.location.href = "https://discord.com/invite/F25bc4RYDt";
|
||||
});
|
||||
electronLocalshortcut.register(currentWindow, "F4", () => {
|
||||
currentWindow.loadFile("./manager.html")
|
||||
});
|
||||
require("./utils/capturer.js");
|
||||
|
||||
ArmCord.addStyle(`
|
||||
|
|
Loading…
Reference in a new issue