1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

UnsavedChangesDialog : implemented "Save" function

This commit is contained in:
YuSanka
2020-08-12 17:33:22 +02:00
parent 6dafdc5bab
commit a81e3ee224
3 changed files with 45 additions and 11 deletions
+1
View File
@@ -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: