把shaxiang换成sandbox

This commit is contained in:
2025-11-18 10:30:17 +08:00
parent 36ec2a4e8b
commit 9af8c38cc5

View File

@@ -277,7 +277,7 @@ bool Utils::shouldDisableWebEngineSandbox()
// 检查配置文件中[webengine]部分的noSandbox配置项
// 如果配置存在且值为true则返回true否则返回false
qDebug()<<"shaxiang"<<config.value("webengine/noSandbox", false).toBool();
qDebug()<<"sandbox is set to"<<config.value("webengine/noSandbox", false).toBool();
return config.value("webengine/noSandbox", false).toBool();
}
@@ -444,4 +444,4 @@ bool Utils::exportLogs(const QString &targetPath)
QString Utils::getLogFilePath()
{
return logFilePath;
}
}