mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
internal bridge speed
This commit is contained in:
parent
bb89336285
commit
89ec02444a
11 changed files with 37 additions and 18 deletions
|
@ -69,6 +69,8 @@ public:
|
|||
wxWindow* extra_widget_win {nullptr};
|
||||
//BBS: add api to get the first option's key
|
||||
std::string& get_first_option_key() {
|
||||
if(m_options.empty())
|
||||
return std::string();
|
||||
return m_options[0].opt_id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue