Skip to content

Commit

Permalink
fix: change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Dec 3, 2024
1 parent a72d2c1 commit 3720aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dorion-settings/pages/RPC.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function RPCPage() {
}, true)
}}
disabled={!settings().rpc_server}
note={`Enable this if you want ${appName} to scan for running processes and automatically enable streamer mode when they are running.`}
note={`Enable this if you want ${appName} to scan for running processes. This is the most performance-heavy component of RPC.`}
>
Enable Process Scanner
</SwitchItem>
Expand Down

0 comments on commit 3720aa4

Please sign in to comment.