fix(plugin): sum cpu_power + gpu_power for TDP, remove in-game settings, single-line notes

This commit is contained in:
2026-06-28 21:03:00 +08:00
parent ec1d4a0746
commit 7ebb2669a1
2 changed files with 17 additions and 14 deletions
@@ -156,18 +156,6 @@ export default function SessionForm({
/>
</PanelSectionRow>
<PanelSectionRow>
<Field label="In-game Settings" bottomSeparator="none">
<textarea
value={session.settingsJson}
onChange={(e) => onUpdateSession({ settingsJson: e.target.value })}
placeholder="e.g. High preset, 1280x800, TAA"
rows={3}
style={{ width: "100%", padding: "4px 8px", resize: "vertical" }}
/>
</Field>
</PanelSectionRow>
<PanelSectionRow>
<TextField
label="Load Time - SSD (seconds)"