Skip to content

Commit

Permalink
FIRST ALPHA RELEASE B)
Browse files Browse the repository at this point in the history
  • Loading branch information
teeteeteeteetee committed Sep 5, 2020
1 parent 8f8a295 commit cc70d99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions discord rpc/CSXS/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<CEFCommandLine />
</Resources>
<Lifecycle>
<AutoVisible>true</AutoVisible>
<AutoVisible>false</AutoVisible>
</Lifecycle>
<UI>
<Type>Panel</Type>
<Type>Custom</Type>
<!-- 6) -->
<Menu>Discord Rich Presence</Menu>
<Geometry>
Expand Down
2 changes: 1 addition & 1 deletion discord rpc/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>

<button id="button">RECONNECT</button>
<!-- <button id="button">RECONNECT</button> -->

<script src="../lib/jquery-3.5.1.min.js"></script>
<script src="../lib/CSInterface.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions discord rpc/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ csInterface.requestOpenExtension("com.tee.server");
window.onload = getApp();
appID = csInterface.getApplicationID()

var button = document.querySelector("#button");
button.addEventListener("click", csInterface.requestOpenExtension("com.tee.server"));
// var button = document.querySelector("#button");
// button.addEventListener("click", csInterface.requestOpenExtension("com.tee.server"));

getApp();

Expand Down

0 comments on commit cc70d99

Please sign in to comment.