mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
NEW: add model Depot Button
Change-Id: I64f3e54dab3cd66b400d7dc1519f3ce84eba2fae (cherry picked from commit 84e964bdd8eb63347a3fefcefe82c9cae6e52c5f)
This commit is contained in:
parent
ca9d1ad4ae
commit
9ec439c8f5
8 changed files with 62 additions and 27 deletions
|
@ -3237,6 +3237,9 @@ std::string GUI_App::handle_web_request(std::string cmd)
|
|||
CallAfter([this] {
|
||||
wxGetApp().request_user_logout();
|
||||
});
|
||||
}
|
||||
else if (command_str.compare("homepage_modeldepot") == 0) {
|
||||
|
||||
}
|
||||
else if (command_str.compare("homepage_newproject") == 0) {
|
||||
this->request_open_project("<new>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue