Skip to content

Commit 9a6e6f3

Browse files
committed
feat: Add temp setting for discord rich presence
1 parent 8ee5b27 commit 9a6e6f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

layout/pages/settings/interface.xml

+12
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@
7878
</Button>
7979
</SettingsEnum>
8080

81+
<!-- TODO: Temp! -->
82+
<SettingsEnum
83+
text="Discord Rich Presence"
84+
infomessage="Enables the display of your current game's state in Discord"
85+
convar="cl_richpresence_enable"
86+
hasdocspage="false"
87+
tags="richpresence"
88+
>
89+
<RadioButton group="enablerpc" text="#Common_Off" value="0" />
90+
<RadioButton group="enablerpc" text="#Common_On" value="1" />
91+
</SettingsEnum>
92+
8193
<SettingsEnum
8294
text="Playtest consent"
8395
infomessage="Playtest consent"

0 commit comments

Comments
 (0)