Skip to content

Commit c2d3a05

Browse files
committed
Unhide one-click deploy button on Android and XR editor.
This reverts commit eb5f1c3.
1 parent db57f28 commit c2d3a05

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)