Added the Discord RPC option to the menu
This commit is contained in:
parent
61cfbee739
commit
99af0fb970
2 changed files with 5 additions and 0 deletions
|
|
@ -1320,6 +1320,9 @@ OptionMenu "MiscOptions" protected
|
|||
|
||||
StaticText " "
|
||||
Option "$MISCMNU_ALWAYSTALLY", "sv_alwaystally", "AlwaysTally"
|
||||
|
||||
StaticText " "
|
||||
Option "$MISCMNU_DISCORDRPC", "i_discordrpc", "OnOff"
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -105,6 +105,8 @@ OptionMenu MiscOptionsSimple protected
|
|||
Option "$MISCMNU_ENABLESCRIPTSCREENSHOTS", "enablescriptscreenshot", "OnOff"
|
||||
Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions"
|
||||
Option "$MSGMNU_LONGSAVEMESSAGES", "longsavemessages", "OnOff"
|
||||
StaticText " "
|
||||
Option "$MISCMNU_DISCORDRPC", "i_discordrpc", "OnOff"
|
||||
}
|
||||
|
||||
OptionMenu "MouseOptionsSimple" protected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue