Merge branch 'dev-unity' into 'main'

Merge from dev-unity

See merge request kylin-desktop/ukui-search!36
This commit is contained in:
PengfeiZhang 2021-06-18 11:45:05 +00:00
commit 1c2bad5f6a
1 changed files with 4 additions and 4 deletions

View File

@ -146,11 +146,11 @@ bool GlobalSettings::setBlockDirs(const QString &path, int &returnCode, bool rem
m_block_dirs_settings->remove(path);
return true;
}
if(!path.startsWith("/home")) {
// if(!path.startsWith("/home")) {
// returnCode = QString(tr("I can only search your user directory, it doesn't make any sense if you block an directory which is not in user directory!"));
returnCode = PATH_NOT_IN_HOME;
return false;
}
// returnCode = PATH_NOT_IN_HOME;
// return false;
// }
//why QSetting's key can't start with "/"??
QString pathKey = path.right(path.length() - 1);