mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 14:33:04 +00:00
feature add get pc name function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user