mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
FIX: update HMS init logic
jira: [STUDIO-11136] [STUDIO-11126] Change-Id: I2556f1ad0bcd84b6c6ba892098f8618169bf98e9 (cherry picked from commit 23aff30a209f4d137359fd224e269603765567df)
This commit is contained in:
@@ -31,6 +31,8 @@ protected:
|
||||
std::unordered_map<wxString, wxImage> m_hms_local_images; // key-> image name
|
||||
mutable std::mutex m_hms_mutex;
|
||||
|
||||
std::unordered_map<string, time_t> m_cloud_hms_last_update_time;
|
||||
|
||||
public:
|
||||
HMSQuery() { }
|
||||
~HMSQuery() { clear_hms_info(); };
|
||||
|
||||
Reference in New Issue
Block a user