mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 23:32:10 +00:00
2.2.0 dev lxy 1218 (#73)
* Modification: Migrate login interface * Change 'China' to 'Chinese Mainland' * Add: wcp_networktestdialog * Optimization: Main process freezing when connecting devices * Add: wcp_gettimelapseinstance & wcp_defectdetactionconfig * Change: network test level * Optimization: U1 piece-by-piece printing alarm alert * Optimization: Adjust the display order of brands for the selected models * Fix: WebpresetDialog now loads presets synchronously to prevent crashes * Add: wcp_sw_SubscribePageStateChange & wcp_sw_UnsubscribePageStateChange
This commit is contained in:
@@ -833,6 +833,7 @@ public:
|
||||
std::unordered_map<void*, std::weak_ptr<SSWCP_Instance>> m_recent_file_subscribers;
|
||||
std::unordered_map<void*, std::weak_ptr<SSWCP_Instance>> m_user_login_subscribers;
|
||||
std::unordered_map<void*, std::weak_ptr<SSWCP_Instance>> m_device_card_subscribers;
|
||||
std::unordered_map<void*, std::weak_ptr<SSWCP_Instance>> m_page_state_subscribers;
|
||||
|
||||
struct CachePairCompare
|
||||
{
|
||||
@@ -847,6 +848,7 @@ public:
|
||||
void recent_file_notify(const json& res);
|
||||
void user_login_notify(const json& res);
|
||||
void device_card_notify(const json& res);
|
||||
void page_state_notify_webview(wxWebView* webview, const std::string& state);
|
||||
void cache_notify(const std::string& key, const json& res);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user