mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Move export GUI debug toggle to export settings window
(cherry picked from commit ab4caa7953)
This commit is contained in:
@@ -5809,11 +5809,6 @@ EditorNode::EditorNode() {
|
||||
|
||||
|
||||
|
||||
file_export_check = memnew( CheckButton );
|
||||
file_export_check->set_text("Enable Debugging");
|
||||
file_export_check->set_pressed(true);
|
||||
file_export_check->connect("pressed",this,"_export_debug_toggled");
|
||||
file_export->get_vbox()->add_margin_child("Debug:",file_export_check);
|
||||
file_export_password = memnew( LineEdit );
|
||||
file_export_password->set_secret(true);
|
||||
file_export_password->set_editable(false);
|
||||
|
||||
Reference in New Issue
Block a user