Добавлены типы файлов в диалог загрузки

This commit is contained in:
Book Pauk
2022-07-02 13:57:44 +07:00
parent f203d453a4
commit 5ae3ea94e4
3 changed files with 14 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ class Misc {
async loadConfig() {
const query = {params: [
'name', 'version', 'mode', 'maxUploadFileSize', 'useExternalBookConverter', 'branch',
'name', 'version', 'mode', 'maxUploadFileSize', 'useExternalBookConverter', 'acceptFileExt', 'branch',
]};
try {