Skip to content

Commit

Permalink
feat: due to discord, extendedRPC only affects profile popout
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed Feb 12, 2023
1 parent 45f3462 commit e50f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settingsui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const settingsDesc: SettingsDesc = {
clientSplash: { title: 'Client Splash Screen', type: 'bool', desc: 'Show a custom bg and logo (splash screen) while krunker is loading', safety: 0, cat: 0 },
resourceSwapper: { title: 'Resource swapper', type: 'bool', desc: 'Enable Krunker Resource Swapper. Reads Documents/Crankshaft/swapper', safety: 0, cat: 0 },
discordRPC: { title: 'Discord Rich Presence', type: 'bool', desc: 'Enable Discord Rich Presence. Shows Gamemode, Map, Class and Skin', safety: 0, cat: 0 },
extendedRPC: { title: 'Extended Discord RPC', type: 'bool', desc: 'Adds Github and Discord buttons to the rich presence. No effect if RPC is disabled', safety: 0, cat: 0 },
extendedRPC: { title: 'Extended Discord RPC', type: 'bool', desc: 'Adds Github + Discord buttons to RPC (Only profile popout). No effect if RPC is disabled', safety: 0, cat: 0 },
userscripts: { title: 'Userscript support', type: 'bool', desc: 'Enable userscript support. place .js files in Documents/Crankshaft/scripts', safety: 1, cat: 0 },
hideAds: { title: 'Hide Ads', type: 'bool', safety: 0, cat: 1, instant: true },
menuTimer: { title: 'Menu Timer', type: 'bool', safety: 0, cat: 1, instant: true },
Expand Down

0 comments on commit e50f702

Please sign in to comment.