mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 05:42:33 +00:00
NEW: add service to check network state
Change-Id: Ic2072d0e141767d3acc617f6011ca62eccaf6278 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -178,6 +178,7 @@ public:
|
||||
int track_event(std::string evt_key, std::string content);
|
||||
int track_header(std::string header);
|
||||
int track_update_property(std::string name, std::string value, std::string type = "string");
|
||||
bool get_track_enable() { return enable_track; }
|
||||
private:
|
||||
bool enable_track = false;
|
||||
void* network_agent { nullptr };
|
||||
|
||||
Reference in New Issue
Block a user