Added the Discord RPC option to the menu

This commit is contained in:
DyNaM1Kk 2025-07-15 23:25:57 +04:00 committed by Rachael Alexanderson
commit 99af0fb970
2 changed files with 5 additions and 0 deletions

View file

@ -1320,6 +1320,9 @@ OptionMenu "MiscOptions" protected
StaticText " "
Option "$MISCMNU_ALWAYSTALLY", "sv_alwaystally", "AlwaysTally"
StaticText " "
Option "$MISCMNU_DISCORDRPC", "i_discordrpc", "OnOff"
}

View file

@ -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