mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 03:22:45 +00:00
Wizard runs from the new Config menu,
snapshots could be rolled back / forward.
This commit is contained in:
@@ -19,9 +19,13 @@ class ConfigSnapshotDialog : public wxDialog
|
||||
public:
|
||||
ConfigSnapshotDialog(const Config::SnapshotDB &snapshot_db);
|
||||
|
||||
const std::string& snapshot_to_activate() const { return m_snapshot_to_activate; }
|
||||
|
||||
private:
|
||||
void onLinkClicked(wxHtmlLinkEvent &event);
|
||||
void onCloseDialog(wxEvent &);
|
||||
|
||||
std::string m_snapshot_to_activate;
|
||||
};
|
||||
|
||||
} // namespace GUI
|
||||
|
||||
Reference in New Issue
Block a user