mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
FIX: [STUDIO-3271] load staff pick model list with network agent
Change-Id: Ie2c36348a32a4cd0c0c1457fd715619b23550794
This commit is contained in:
parent
739d8c9b28
commit
9b5a86ba01
4 changed files with 50 additions and 14 deletions
|
@ -94,10 +94,14 @@ public:
|
|||
|
||||
public:
|
||||
void SendRecentList(int images);
|
||||
void SendDesignStaffpick(NetworkAgent *agent);
|
||||
void SendDesignStaffpick(bool on);
|
||||
void OpenModelDetail(std::string id, NetworkAgent *agent);
|
||||
void SendLoginInfo();
|
||||
void ShowNetpluginTip();
|
||||
|
||||
void get_design_staffpick(int offset, int limit, std::function<void(std::string)> callback);
|
||||
int get_model_mall_detail_url(std::string *url, std::string id);
|
||||
|
||||
void update_mode();
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue