1
0

Don't load custom fonts, fix scripts
All checks were successful
Build and test project / build-and-test (push) Successful in 1m47s

This commit is contained in:
2026-03-17 13:59:57 +01:00
parent 0223346075
commit 6d4bce8e05
7 changed files with 51 additions and 12 deletions

View File

@@ -133,6 +133,9 @@
}
// --- Initial state ---
const loader = document.getElementById('initial-loader');
if (loader) loader.remove();
const hasFileSystemAccess = KoboDevice.isSupported();
if (hasFileSystemAccess) {
setNavStep(1);