summaryrefslogtreecommitdiffstats
path: root/editor/export/project_export.h
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuyakou@gmail.com>2024-02-16 14:05:50 -0800
committerFredia Huya-Kouadio <fhuyakou@gmail.com>2024-02-18 10:43:58 -0800
commit6ef31541bff0458124a0818fcd8393a2a2964f54 (patch)
treee7bc7bd85ca7403d3fe0f9152bc1f8df64e82a1f /editor/export/project_export.h
parent8ff821670561466a5ff72044ad574dcb955b66c2 (diff)
downloadredot-engine-6ef31541bff0458124a0818fcd8393a2a2964f54.tar.gz
Add an `Advanced Options` toggle to the editor export preset
Diffstat (limited to 'editor/export/project_export.h')
-rw-r--r--editor/export/project_export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/export/project_export.h b/editor/export/project_export.h
index 0fe7ecc2a8..bcab05cebb 100644
--- a/editor/export/project_export.h
+++ b/editor/export/project_export.h
@@ -81,6 +81,7 @@ class ProjectExportDialog : public ConfirmationDialog {
EditorPropertyPath *export_path = nullptr;
EditorInspector *parameters = nullptr;
CheckButton *runnable = nullptr;
+ CheckButton *advanced_options = nullptr;
Button *button_export = nullptr;
bool updating = false;
@@ -119,6 +120,7 @@ class ProjectExportDialog : public ConfirmationDialog {
bool exporting = false;
+ void _advanced_options_pressed();
void _runnable_pressed();
void _update_parameters(const String &p_edited_property);
void _name_changed(const String &p_string);