Various style fixes
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m43s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m43s
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user