Merge branch 'RECOLL_1_23_MAINT'
This commit is contained in:
commit
51189fa49e
@ -347,7 +347,7 @@ bool runWebFilesMoverScript(RclConfig *config)
|
|||||||
{
|
{
|
||||||
static string downloadsdir;
|
static string downloadsdir;
|
||||||
if (downloadsdir.empty()) {
|
if (downloadsdir.empty()) {
|
||||||
if (!config->getConfParam("downloadsdir", downloadsdir)) {
|
if (!config->getConfParam("webdownloadsdir", downloadsdir)) {
|
||||||
downloadsdir = path_tildexpand("~/Downloads");
|
downloadsdir = path_tildexpand("~/Downloads");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user