fix: Ignore settings.json and default 'TP2 (Eth)' checkbox to unchecked in documentation.

This commit is contained in:
Donato Capitella
2026-02-24 08:50:18 +00:00
parent 1af159af81
commit a5a7b8fe04
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
+1
Vedi File
@@ -1,2 +1,3 @@
*.pyc
__pycache__/
settings.json
+2 -2
Vedi File
@@ -471,7 +471,7 @@
</label>
<label
style="font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 4px; cursor: pointer;">
<input type="checkbox" id="toggleTP2Eth" checked> TP2 (Eth)
<input type="checkbox" id="toggleTP2Eth"> TP2 (Eth)
</label>
</div>
@@ -548,7 +548,7 @@
activeTab: "Throughput",
showTP1: true,
showTP2: true,
showTP2Eth: true,
showTP2Eth: false,
showTriton: true,
showRocm: false
};