1
0

Various style fixes
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m43s

This commit is contained in:
2026-03-16 15:43:05 +01:00
parent 2b591a040d
commit 5052284e58
4 changed files with 39 additions and 35 deletions

View File

@@ -106,9 +106,7 @@
// --- Step 1: Device selection ---
async function enterManualMode() {
manualMode = true;
if (hasFileSystemAccess) {
manualChromeHint.hidden = false;
}
manualChromeHint.hidden = false;
const available = await scanAvailablePatches();
manualVersion.innerHTML = '<option value="">-- Select firmware version --</option>';