Skip to content

Commit

Permalink
fix: note
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 26, 2024
1 parent 7d0863c commit 63637ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/dorion-settings/pages/PerformancePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ export function PerformancePage() {
}
), true)
}
note="Detect OBS and Streamlabs OBS and automatically enable streamer mode when they are running."
note={
<>
Detect OBS and Streamlabs OBS and automatically enable streamer mode when they are running. <b>Requires the integrated RPC Server to be enabled (found in the Rich Presence tab).</b>
</>
}
disabled={!state().rpc_server}
>
Streamer Mode detection
Expand Down

0 comments on commit 63637ec

Please sign in to comment.