Rename Invite Websocket setting to Rich Presence (#257)

This commit is contained in:
CanadaHonk 2022-11-19 22:53:11 +00:00 committed by GitHub
parent 35b86b92e3
commit 235015bd24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -62,12 +62,11 @@
</div>
<br />
<div class="switch acWebsocket">
<label class="header" id="settings-invitewebsocket">Invite Websocket</label>
<label class="header" id="settings-invitewebsocket">Rich Presence (Experimental)</label>
<input class="tgl tgl-light left" id="websocket" type="checkbox" />
<label class="tgl-btn left" for="websocket"></label>
<p class="description">
When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your
browser, ArmCord will automatically accept the invite. Can be unresponsive at times.
Uses <a target="_blank" href="https://github.com/OpenAsar/arrpc">arRPC</a> to support Discord RPC (Rich Presence) with local programs on your machine. Work in progress.
</p>
</div>
<br />