mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-17 00:25:44 +00:00
Initialize bools in the headers in editor
This commit is contained in:
@@ -1128,9 +1128,6 @@ ProjectExportDialog::ProjectExportDialog() {
|
||||
|
||||
// Script export parameters.
|
||||
|
||||
updating_script_key = false;
|
||||
updating_enc_filters = false;
|
||||
|
||||
VBoxContainer *sec_vb = memnew(VBoxContainer);
|
||||
sec_vb->set_name(TTR("Encryption"));
|
||||
|
||||
@@ -1195,8 +1192,6 @@ ProjectExportDialog::ProjectExportDialog() {
|
||||
|
||||
// Export buttons, dialogs and errors.
|
||||
|
||||
updating = false;
|
||||
|
||||
get_cancel_button()->set_text(TTR("Close"));
|
||||
get_ok_button()->set_text(TTR("Export PCK/ZIP..."));
|
||||
export_button = add_button(TTR("Export Project..."), !DisplayServer::get_singleton()->get_swap_cancel_ok(), "export");
|
||||
|
||||
Reference in New Issue
Block a user