Skip to content

Commit

Permalink
feat: Add temp setting for discord rich presence
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Feb 20, 2024
1 parent 8ee5b27 commit 9a6e6f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layout/pages/settings/interface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@
</Button>
</SettingsEnum>

<!-- TODO: Temp! -->
<SettingsEnum
text="Discord Rich Presence"
infomessage="Enables the display of your current game's state in Discord"
convar="cl_richpresence_enable"
hasdocspage="false"
tags="richpresence"
>
<RadioButton group="enablerpc" text="#Common_Off" value="0" />
<RadioButton group="enablerpc" text="#Common_On" value="1" />
</SettingsEnum>

<SettingsEnum
text="Playtest consent"
infomessage="Playtest consent"
Expand Down

0 comments on commit 9a6e6f3

Please sign in to comment.