Skip to content

Commit 067721b

Browse files
committed
Merge pull request #107378 from dsnopek/revert-hide-remote-debug-on-android-editor
Unhide `one-click deploy` button on Android and XR editor.
2 parents b7b0459 + c2d3a05 commit 067721b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

editor/gui/editor_run_bar.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,6 @@ EditorRunBar::EditorRunBar() {
610610
run_native = memnew(EditorRunNative);
611611
main_hbox->add_child(run_native);
612612
run_native->connect("native_run", callable_mp(this, &EditorRunBar::_run_native));
613-
#ifdef ANDROID_ENABLED
614-
run_native->hide();
615-
#endif
616613

617614
bool add_play_xr_mode_options = false;
618615
#ifndef XR_DISABLED

0 commit comments

Comments
 (0)