UI fix, disable thumbnail option, batch index size option

This commit is contained in:
2019-12-01 10:57:29 -05:00
parent 4346c3e063
commit d816dae8b3
12 changed files with 79 additions and 46 deletions

View File

@@ -27,6 +27,7 @@ typedef struct index_args {
const char *script_path;
char *script;
int print;
int batch_size;
int force_reset;
} index_args_t;