mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
UnsavedChangesDialog : implemented "Save" function
This commit is contained in:
parent
6dafdc5bab
commit
a81e3ee224
3 changed files with 45 additions and 11 deletions
|
@ -241,6 +241,7 @@ public:
|
|||
bool move_preset() const { return m_exit_action == Action::Move; }
|
||||
bool just_continue() const { return m_exit_action == Action::Continue; }
|
||||
|
||||
std::vector<std::string> get_unselected_options();
|
||||
std::vector<std::string> get_selected_options();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue