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">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>ArmCord Theme Manager</title>
|
<title>ArmCord Manager</title>
|
||||||
<style>
|
<style>
|
||||||
@import url("https://kckarnige.github.io/femboi_owo/discord-font.css");
|
@import url("https://kckarnige.github.io/femboi_owo/discord-font.css");
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="https://discord.com/app"><button class="back-btn">Back to Discord</button></a>
|
<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>
|
<div id="tm-list"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -22,6 +22,9 @@ window.addEventListener("DOMContentLoaded", () => {
|
||||||
electronLocalshortcut.register(currentWindow, "F2", () => {
|
electronLocalshortcut.register(currentWindow, "F2", () => {
|
||||||
window.location.href = "https://discord.com/invite/F25bc4RYDt";
|
window.location.href = "https://discord.com/invite/F25bc4RYDt";
|
||||||
});
|
});
|
||||||
|
electronLocalshortcut.register(currentWindow, "F4", () => {
|
||||||
|
currentWindow.loadFile("./manager.html")
|
||||||
|
});
|
||||||
require("./utils/capturer.js");
|
require("./utils/capturer.js");
|
||||||
|
|
||||||
ArmCord.addStyle(`
|
ArmCord.addStyle(`
|
||||||
|
|
Loading…
Reference in a new issue