fix(plugin): remove in-game settings, single-line notes, record-while-in-game flow

This commit is contained in:
2026-06-28 21:01:53 +08:00
parent e3c3ed54c6
commit ec1d4a0746
@@ -326,7 +326,7 @@ export default function MainPanel({
<PanelSection title="Usage Instructions"> <PanelSection title="Usage Instructions">
<PanelSectionRow> <PanelSectionRow>
<div className={staticClasses.Text} style={{ fontSize: "12px", padding: "4px 0", lineHeight: "1.5" }}> <div className={staticClasses.Text} style={{ fontSize: "12px", padding: "4px 0", lineHeight: "1.5" }}>
Add this to your game's Steam launch options, then press Start Recording before launching. Add this to your game's Steam launch options, then launch the game. Press Start Recording once you're in-game and ready to benchmark.
</div> </div>
</PanelSectionRow> </PanelSectionRow>
<PanelSectionRow> <PanelSectionRow>