mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
FIX: fix lang_code for hms
Change-Id: I75035f8d0fe70b35683cc383ca139c0377bf3a14
This commit is contained in:
parent
f43eb35d38
commit
46bde9b337
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ std::string HMSQuery::hms_language_code()
|
|||
// set language code to en by default
|
||||
return "en";
|
||||
}
|
||||
return lang_code;
|
||||
}
|
||||
|
||||
std::string HMSQuery::get_hms_file()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue