mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Admendment of last commit
This commit is contained in:
parent
55e4748f06
commit
6c77921a32
1 changed files with 3 additions and 2 deletions
|
@ -105,8 +105,9 @@ void MirallConfigFile::setConfDir(const QString &value)
|
|||
fi.setFile(dir.path());
|
||||
}
|
||||
if( fi.exists() && fi.isDir() ) {
|
||||
qDebug() << "** Using custom config dir " << fi.absoluteFilePath();
|
||||
_confDir=value;
|
||||
dirPath = fi.absoluteFilePath();
|
||||
qDebug() << "** Using custom config dir " << dirPath;
|
||||
_confDir=dirPath;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue