From c2d3a05a8777db7064b9ab3d92a9b8337148519e Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 10 Jun 2025 15:54:28 -0500 Subject: [PATCH] Unhide `one-click deploy` button on Android and XR editor. This reverts commit eb5f1c34840972a6fe9ec3e7d0b043accbb9aa2b. --- editor/gui/editor_run_bar.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/editor/gui/editor_run_bar.cpp b/editor/gui/editor_run_bar.cpp index ef1bdb99ef..8b5a482837 100644 --- a/editor/gui/editor_run_bar.cpp +++ b/editor/gui/editor_run_bar.cpp @@ -610,9 +610,6 @@ EditorRunBar::EditorRunBar() { run_native = memnew(EditorRunNative); main_hbox->add_child(run_native); run_native->connect("native_run", callable_mp(this, &EditorRunBar::_run_native)); -#ifdef ANDROID_ENABLED - run_native->hide(); -#endif bool add_play_xr_mode_options = false; #ifndef XR_DISABLED