Don't load custom fonts, fix scripts
All checks were successful
Build and test project / build-and-test (push) Successful in 1m47s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m47s
This commit is contained in:
@@ -133,6 +133,9 @@
|
||||
}
|
||||
|
||||
// --- Initial state ---
|
||||
const loader = document.getElementById('initial-loader');
|
||||
if (loader) loader.remove();
|
||||
|
||||
const hasFileSystemAccess = KoboDevice.isSupported();
|
||||
if (hasFileSystemAccess) {
|
||||
setNavStep(1);
|
||||
|
||||
Reference in New Issue
Block a user