diff --git a/src/GUI/Dialogs/PresetEditor.hpp b/src/GUI/Dialogs/PresetEditor.hpp index ec8ce6afc..bec6ed0a5 100644 --- a/src/GUI/Dialogs/PresetEditor.hpp +++ b/src/GUI/Dialogs/PresetEditor.hpp @@ -43,6 +43,7 @@ public: PresetEditor() : PresetEditor(nullptr, {}) {}; std::shared_ptr current_preset; + /// Check if there is a dirty config that is different than the loaded config. bool prompt_unsaved_changes(); void select_preset_by_name(const wxString& name, bool force = false);