fix(plugin): sum cpu_power + gpu_power for TDP, remove in-game settings, single-line notes
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user