feature add get pc name function

This commit is contained in:
alves
2025-12-16 18:08:20 +08:00
parent 6688f3c0ed
commit 399fbc7a33
2 changed files with 5 additions and 0 deletions

View File

@@ -1030,6 +1030,8 @@ void MainFrame::get_local_webview_version()
std::ifstream json_file(versionFilePath);
if (!json_file.is_open()) {
std::ifstream json_file(versionFilePath);
BOOST_LOG_TRIVIAL(error) << "check flutter version error with file path:" << versionFilePath;
return;
}
nlohmann::json json_data;