解决龙芯打不开帮助文档的问题

This commit is contained in:
yangjiaxuan 2024-09-14 19:41:26 +08:00
parent d22297f950
commit e08ea7e88e
1 changed files with 1 additions and 1 deletions

View File

@ -3361,7 +3361,7 @@ void MainWindow::on_act_help_triggered()
#endif
#else
std::string osName = GetOSName();
if ("UnionTech" == osName)
if ("UnionTech" == osName || "UOS" == osName)
{
#if defined(OEM_HANWANG)
filename = QApplication::applicationDirPath() + "/../../entries/help/HanvonScan_App_Help_manual.pdf";