We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee5b27 commit 9a6e6f3Copy full SHA for 9a6e6f3
layout/pages/settings/interface.xml
@@ -78,6 +78,18 @@
78
</Button>
79
</SettingsEnum>
80
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
+
93
<SettingsEnum
94
text="Playtest consent"
95
infomessage="Playtest consent"
0 commit comments