Skip to content
Snippets Groups Projects
Commit a878e029 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't enable the multi-file prompt (for upload descriptions) by default

parent 1e815cf6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -20,7 +20,7 @@
#include "scfg.h"
#include <stdbool.h>
#define DEFAULT_DIR_OPTIONS (DIR_FCHK|DIR_MULT|DIR_DUPES|DIR_CDTUL|DIR_CDTDL|DIR_DIZ)
#define DEFAULT_DIR_OPTIONS (DIR_FCHK|DIR_DUPES|DIR_CDTUL|DIR_CDTDL|DIR_DIZ)
#define CUT_LIBNUM USHRT_MAX
char* file_sort_desc[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment