This commit is contained in:
ZXY101
2023-08-11 12:50:01 +02:00
parent 1e943ea74e
commit 0627d1e547
5 changed files with 2 additions and 9 deletions

View File

@@ -9,8 +9,6 @@
if (!volume) {
goto('/');
} else {
console.log('???');
window.document.body.classList.add('reader');
}
});

View File

@@ -12,7 +12,7 @@
<!-- Note: webkitdirectory is not fully supported and does not work on mobile -->
<FileUpload {onUpload} webkitdirectory>Upload directory</FileUpload>
<FileUpload {onUpload} accept=".mokuro,.zip,.cbz,.rar" multiple>Upload files</FileUpload>
<FileUpload {onUpload} accept=".mokuro,.zip,.cbz" multiple>Upload files</FileUpload>
{#await promise}
<h2>Loading...</h2>