mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
NEW:add model mall system
Change-Id: Iccfe460cd7bfd11d91cdd7eddf142a8590e3c5b0
This commit is contained in:
@@ -273,8 +273,8 @@ private:
|
||||
bool enable_sync = false;
|
||||
|
||||
bool m_adding_script_handler { false };
|
||||
|
||||
public:
|
||||
std::string get_local_models_path();
|
||||
bool OnInit() override;
|
||||
bool initialized() const { return m_initialized; }
|
||||
|
||||
@@ -465,7 +465,9 @@ public:
|
||||
NotificationManager * notification_manager();
|
||||
//BBS
|
||||
void load_url(wxString url);
|
||||
void run_script(wxString js);
|
||||
void open_mall_page_dialog();
|
||||
void open_publish_page_dialog();
|
||||
void run_script(wxString js);
|
||||
bool is_adding_script_handler() { return m_adding_script_handler; }
|
||||
void set_adding_script_handler(bool status) { m_adding_script_handler = status; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user