mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
Merge branch '2.2.3' into dev_upgrade_alves
This commit is contained in:
@@ -822,7 +822,7 @@ public:
|
||||
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;
|
||||
|
||||
std::unordered_map<void*, std::weak_ptr<SSWCP_Instance>> m_user_update_privacy_subscribers;
|
||||
struct CachePairCompare
|
||||
{
|
||||
bool operator()(const std::pair<void*, std::weak_ptr<SSWCP_Instance>>& lhs,
|
||||
@@ -838,7 +838,7 @@ public:
|
||||
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);
|
||||
|
||||
void user_update_privacy_notify(const bool& res);
|
||||
|
||||
public:
|
||||
bool sm_disconnect_current_machine(bool need_reload_printerview = true);
|
||||
|
||||
Reference in New Issue
Block a user